AgentBase✓
io.github.vhspace/agentbase · v0.1.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.vhspace/agentbase",
"description": "Shared knowledge base for AI agents. Semantic search across agents, no setup required — just a URL.",
"title": "AgentBase",
"repository": {
"url": "https://github.com/vhspace/agentbase",
"source": "github"
},
"version": "0.1.1",
"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"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}