ouroboros (MCP Server)

GitHub

Agent OS: the agent gets smarter on its own. We just hold the line: the grading command and expected result never make it into the success contract we hand it. Interview-gated, staged evaluation, budgeted evolution loop. MCP server, 13 runtimes: Claude Code, Codex CLI, Gemini CLI, OpenCode, Copilot, Kiro and more.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "ouroboros": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-ouroboros"
      ]
    }
  }
}