Odel
Euclid-MCP

Euclid-MCP

Local
@meob4PythonApache-2.0Updated 2w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIeuclid-mcpv0.4.5

Run

uvx euclid-mcp

MCP client config

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