MCP server for java. Deep introspection and REPL out of the box
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"
]
}
}
}
Run in terminal:
claude mcp add descartes-mcp npx -y widoriezebos/descartes-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"descartes-mcp": {
"command": "npx",
"args": [
"-y",
"widoriezebos/descartes-mcp"
]
}
}
}