jcma-mcp

albertoventurini/jcma-mcp
★ 4 stars Java AI/LLM Updated today
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.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "jcma-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "albertoventurini/jcma-mcp"
      ]
    }
  }
}