{
  "mcpServers": {
    "agentbay": {
      "name": "StremAI",
      "description": "One brain for all your coding agents. Persistent memory, collaboration, and governance for coding agents. Cloud-first and MCP-native, with a free local mode, plus teams and projects. Verified with Claude Code and Claude Desktop; Codex, Cursor, and other MCP clients are supported or in active verification.",
      "recommendedAlias": "stremai",
      "url": "https://stremai.com/api/mcp",
      "transport": "http",
      "authType": "oauth",
      "authRequired": true,
      "authInstructions": "Connect with OAuth/browser sign-in where supported. For clients that cannot complete OAuth, create an API key from https://stremai.com/dashboard/connect and send Authorization: Bearer ab_live_YOUR_KEY.",
      "docsUrl": "https://stremai.com/docs/mcp-memory",
      "llmsUrl": "https://stremai.com/llms.txt",
      "versionsUrl": "https://stremai.com/llms-full.txt",
      "version": "1.2.5",
      "installers": {
        "codex": "curl -sSL https://stremai.com/install-codex.sh | bash",
        "claude-code": "curl -sSL https://stremai.com/install-claude.sh | bash",
        "openclaw": "curl -sSL https://stremai.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"
        ]
      }
    }
  }
}
