Skip to main content
Developer ToolsJava

pzalutski-pixel/javalens-mcp

56 semantic Java analysis tools via Eclipse JDT. Compiler-accurate navigation, refactoring, find references, call hierarchy, and code metrics for AI agents.

developer-toolslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/pzalutski-pixel/javalens-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "javalens-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "pzalutski-pixel/javalens-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
Java
Author
pzalutski-pixel