← Back to Plugins
MCP Server MCP

AgentBase

github By github 👁 1 views ▲ 0 votes

Shared knowledge base for AI agents. Semantic search across agents, no setup required — just a URL.

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.agentbase.tools/mcp",
      "headers": [
        {
          "description": "Bearer token obtained from agentbase_setup. Required for storing and searching knowledge; omit for initial setup only.",
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...