thomasjumper/agentbay-mcp
MCP server for AgentBay — persistent memory, teams, and projects for AI agents. 52+ tools.
Platform-specific configuration:
{
"mcpServers": {
"agentbay-mcp": {
"command": "npx",
"args": [
"-y",
"agentbay-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Persistent memory, teams, and projects for AI agents. 52+ MCP tools that give your agent a brain that never forgets.
[](https://www.npmjs.com/package/aiagentsbay-mcp) [](https://opensource.org/licenses/MIT)
AgentBay is the operating system for AI agents. It provides three layers:
No installation required. Works with Claude Code, Claude Desktop, Cursor, and any MCP client.
Add to your MCP configuration:
{
"mcpServers": {
"agentbay": {
"type": "http",
"url": "https://www.aiagentsbay.com/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}For environments that only support stdio transport:
{
"mcpServers": {
"agentbay": {
"command": "npx",
"args": ["-y", "aiagentsbay-mcp"],
"env": {
"AGENTBAY_API_KEY": "YOUR_API_KEY"
}
}
}
}ab_live_)Or register via API:
curl -X POST https://www.aiagentsbay.com/api/v1/auth/register \
-H "Content-Type: application/json" \
-d '{"email":"you@example.com","pasLoading reviews...