AI Integration Discussion: Netbeans MCP for claude code #8634
ivan-velikanov
started this conversation in
Ideas
Replies: 1 comment 4 replies
-
I also thought about MCP with NetBeans but atm I have a lot more stuff todo so at the end, you can akso start with AI assistent also with ChatGPT Codex with an empty repo and say: Make an MCP server for NetBeans and a client (NetBeans plugin). I think this will work and I would also do the same. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I've been using NetBeans for 20+ years (yeah, I'm that old), and I need to share something that's been bothering me. A month ago, I was happily coding an entire program in NetBeans, typing everything by hand, referring to AI only as a better search engine and sometimes code-generator.
Now because of the shear speed with which an iteration is possible with Claude code, I haven't opened NetBeans in weeks. I'm stuck in Claude Code because that's where the AI assistance is, which is much faster than me, especially given some recent RSI issues I am facing.
The Problem
It's not that I want to abandon NetBeans. I'm being forced to choose between:
The result? Given my RSI issues, which is exasperated from copy-pasting between Claude and various IDEs, and the AI taking too long to get things right or reasonable. It's like having a very fast junior developer who either asks clarification for everything it does or just does something which sometimes breaks 10 other things and then spends hours figuring out and fixing it.
What I'm hoping for
A few years ago, the rich tooling of Netbeans was exported out of Netbeans as a language server.
AI tools could actually use NetBeans' refactoring engine instead of blindly changing code. This would enable them to see our call hierarchies before breaking everything.
I guess it is time to provide a MCP Netbeans tool for Claude code to provide Claude code with the simple, yet powerfully rich tooling in Netbeans java ecosystem.
NetBeans actually has advantages here:
PS: I'm not a plugin developer, I developed a jbang netbeans plugin (with AI) which I internally use (not even open sourced yet). I am mostly a long-time user who is a Netbeans and java loyal user and tired of choosing between good tools and modern AI assistance.
Beta Was this translation helpful? Give feedback.
All reactions