MCP Server
MCP
JavaLens
63 semantic Java analysis tools via Eclipse JDT: navigation, refactoring, code intelligence.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "javalens-mcp",
"version": "1.5.1",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Auto-load project on startup",
"format": "string",
"name": "JAVA_PROJECT_PATH"
},
{
"description": "Operation timeout in seconds",
"format": "number",
"default": "30",
"name": "JAVALENS_TIMEOUT_SECONDS"
},
{
"description": "Log level: TRACE, DEBUG, INFO, WARN, ERROR",
"format": "string",
"default": "INFO",
"name": "JAVALENS_LOG_LEVEL"
}
]
}
]
}
mcp
model-context-protocol
npm
Comments
Sign in to leave a comment