← Index

io.github.thomasjumper/agentbay-mcp

io.github.thomasjumper/agentbay-mcp·v0.2.0·Search
Quality Score
80
/100

Persistent memory and knowledge management for AI agents with semantic search and 50+ tools.

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://www.aiagentsbay.com/api/mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "agentbay-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "aiagentsbay-mcp"
      ],
      "env": {
        "AGENTBAY_API_KEY": "<your-agentbay_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "agentbay-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "aiagentsbay-mcp"
      ],
      "env": {
        "AGENTBAY_API_KEY": "<your-agentbay_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y aiagentsbay-mcp
§02  Environment variables
AGENTBAY_API_KEY
requiredsecret

Your AgentBay API key from https://www.aiagentsbay.com/settings

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Search