Catalog
io.github.thomasjumper/agentbay-mcp
OfficialPersistent memory and knowledge management for AI agents with semantic search and 50+ tools.
Persistent memory and semantic search system for AI agents with 50+ tools.
Could not list tools - the server may require authentication or be unreachable.
README not available yet.
Install
Configuration
Environment variables
AGENTBAY_API_KEYrequiredsecretYour AgentBay API key from https://www.aiagentsbay.com/settings
claude_desktop_config.json
{
"mcpServers": {
"agentbay-mcp": {
"command": "npx",
"args": [
"-y",
"aiagentsbay-mcp@0.2.0"
],
"env": {
"AGENTBAY_API_KEY": "<YOUR_AGENTBAY_API_KEY>"
}
}
}
}