descartes-mcp

widoriezebos/descartes-mcp
★ 7 stars Java 💻 Code/Dev Tools Updated 2mo ago
MCP server for java. Deep introspection and REPL out of the box
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": {
    "descartes-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "widoriezebos/descartes-mcp"
      ]
    }
  }
}