{
  "mcpServers": {
    "agentbay": {
      "name": "AgentBay",
      "description": "The memory OS for coding agents. Persistent memory, collaboration, and governance for coding agents. Local-first install with a clean upgrade path to cloud, teams, and projects. Works with Claude Code, Codex, Cursor, Windsurf, OpenClaw, and any MCP client.",
      "url": "https://www.aiagentsbay.com/api/mcp",
      "transport": "http",
      "authType": "bearer",
      "authRequired": true,
      "authInstructions": "Get a free API key at https://www.aiagentsbay.com/register then set Authorization: Bearer ab_live_YOUR_KEY",
      "docsUrl": "https://www.aiagentsbay.com/docs/codex",
      "llmsUrl": "https://www.aiagentsbay.com/llms.txt",
      "versionsUrl": "https://github.com/thomasjumper/AgentBay/blob/main/docs/versions.md",
      "version": "1.2.1",
      "installers": {
        "codex": "curl -sSL https://www.aiagentsbay.com/install-codex.sh | bash",
        "claude-code": "curl -sSL https://www.aiagentsbay.com/install-claude.sh | bash",
        "openclaw": "curl -sSL https://www.aiagentsbay.com/install-openclaw.sh | bash"
      },
      "npmPackage": "aiagentsbay-mcp",
      "tools": {
        "_note": "Tool count varies by transport and package version. Call tools/list to enumerate the live set.",
        "core": [
          "agentbay_agent_register",
          "agentbay_agent_memory_record",
          "agentbay_agent_memory_query",
          "agentbay_memory_store",
          "agentbay_memory_recall",
          "agentbay_memory_verify",
          "agentbay_memory_forget",
          "agentbay_memory_health",
          "agentbay_memory_compact",
          "agentbay_whoami"
        ],
        "quality": [
          "agentbay_memory_quality",
          "agentbay_memory_events",
          "agentbay_memory_event_get",
          "agentbay_memory_stale"
        ],
        "workflow": [
          "agentbay_handoff_create",
          "agentbay_handoff_list",
          "agentbay_handoff_resume",
          "agentbay_attempt_review_create",
          "agentbay_attempt_reviews",
          "agentbay_conflict_check"
        ],
        "governance": [
          "agentbay_governance_status",
          "agentbay_audit_logs",
          "agentbay_erasure_list"
        ]
      }
    }
  }
}
