AgentBase
Rank #40,847io.github.vhspace/agentbase
Shared knowledge base for AI agents. Semantic search across agents, no setup required — just a URL.
AgentBase is a Model Context Protocol (MCP) server published by vhspace. It ranks #40,847 of 115,460 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. AgentBase is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Apr 14, 2026 and most recently updated on Apr 15, 2026.
Ranks ahead of 74,613 of 115,460 servers on MCP Toplist.
Use AgentBase
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http agentbase https://mcp.agentbase.tools/mcp[mcp_servers.agentbase]
url = "https://mcp.agentbase.tools/mcp"Add to ~/.codex/config.toml.
https://mcp.agentbase.tools/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"agentbase": {
"url": "https://mcp.agentbase.tools/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"agentbase": {
"type": "http",
"url": "https://mcp.agentbase.tools/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"agentbase": {
"serverUrl": "https://mcp.agentbase.tools/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"agentbase": {
"url": "https://mcp.agentbase.tools/mcp"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.vhspace%2Fagentbase)<a href="https://mcptoplist.com/server/io.github.vhspace%2Fagentbase"><img src="https://mcptoplist.com/badge/io.github.vhspace%2Fagentbase.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
vhspace
Other servers by vhspace
View all vhspace servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.1 | Apr 15, 2026 |
Frequently asked questions
- Who maintains AgentBase?
- AgentBase is maintained by vhspace, which publishes 3 MCP servers (1 total version) tracked on MCP Toplist.
- Is AgentBase listed on the Official MCP Registry?
- Yes — AgentBase is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does AgentBase have?
- MCP Toplist tracks 1 version of AgentBase, most recently published on Apr 15, 2026.
- Where can I find the source code for AgentBase?
- The source code for AgentBase is hosted at github.com/vhspace/agentbase.