Odel
mcp server

mcp server

Local
@correctover1PythonUpdated 1mo ago

Real-time LLM output verification with 6-dim contract validation and auto-failover across providers.

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).

npmcorrectover-mcp-serverv1.0.7

Run

npx -y correctover-mcp-server

MCP client config

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "correctover-mcp-server"
      ]
    }
  }
}