Skip to content
Zed

Euclid-MCP for Zed

io.github.meob/euclid-mcp

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

client:Zed transport:stdio runtime:pypi

Install Euclid-MCP in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "euclid-mcp": {
      "command": "uvx",
      "args": [
        "euclid-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Euclid-MCP in other clients