Skip to content
Windsurf

JavaLens for Windsurf

io.github.pzalutski-pixel/javalens

63 semantic Java analysis tools via Eclipse JDT: navigation, refactoring, code intelligence.

client:Windsurf transport:stdio runtime:npm

Install JavaLens in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "javalens": {
      "command": "npx",
      "args": [
        "-y",
        "javalens-mcp"
      ],
      "env": {
        "JAVA_PROJECT_PATH": "<JAVA_PROJECT_PATH>",
        "JAVALENS_TIMEOUT_SECONDS": "<JAVALENS_TIMEOUT_SECONDS>",
        "JAVALENS_LOG_LEVEL": "<JAVALENS_LOG_LEVEL>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

JavaLens in other clients