Java Code Map for Agents. MCP server providing Java code base navigation tools. Full Java symbol resolution. A token-economical alternative to grep and LSP servers.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"jcma-mcp": {
"command": "npx",
"args": [
"-y",
"albertoventurini/jcma-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add jcma-mcp npx -y albertoventurini/jcma-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"jcma-mcp": {
"command": "npx",
"args": [
"-y",
"albertoventurini/jcma-mcp"
]
}
}
}
📋 Copy