Back to MCP Servers
Javalens
56 semantic Java analysis tools via Eclipse JDT. Compiler-accurate navigation, refactoring, find references, call hierarchy, and code metrics for AI agents.
developer-toolsaiagent
Installation
npx -y javalens-mcpConfiguration
{
"mcpServers": {
"javalens-mcp": {
"command": "npx",
"args": ["-y", "javalens-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes