javalens-manager

hw1964/javalens-manager
★ 0 stars Rust 📦 Other Updated today
Desktop manager for running and orchestrating JavaLens MCP servers across multiple Java projects.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "javalens-manager": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "javalens-manager"
      ]
    }
  }
}