Skip to content
VS Code

Euclid-MCP for VS Code

io.github.meob/euclid-mcp

Deterministic logical reasoning engine — facts in Euclid IR, solutions with proof trees

client:VS Code transport:stdio runtime:pypi

Install Euclid-MCP in VS Code

.vscode/mcp.json

{
  "servers": {
    "euclid-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "euclid-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Euclid-MCP in other clients