MCP Server
MCP
io.github.thomasjumper/agentbay-mcp
Persistent memory and knowledge management for AI agents with semantic search and 50+ tools.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://www.aiagentsbay.com/api/mcp"
}
],
"packages": [
{
"registryType": "npm",
"identifier": "aiagentsbay-mcp",
"version": "0.2.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your AgentBay API key from https://www.aiagentsbay.com/settings",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "AGENTBAY_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
streamable-http
npm
By
Comments
Sign in to leave a comment