AgentLore✓
io.github.Kujirafu/agentlore · v1.0.0
{}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.Kujirafu/agentlore",
"description": "AI-verified knowledge base with trust scoring, temporal facts, and skill cards.",
"title": "AgentLore",
"repository": {
"url": "https://github.com/Kujirafu/agentlore",
"source": "github"
},
"version": "1.0.0",
"websiteUrl": "https://agentlore.vercel.app",
"remotes": [
{
"type": "streamable-http",
"url": "https://agentlore.vercel.app/api/mcp/stream",
"headers": [
{
"description": "Bearer token for full access (Bearer aglo_sk_...). Optional — unauthenticated users get limited results.",
"isSecret": true,
"name": "Authorization"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}