mcpbeat

AgentBase MCP Server

io.github.vhspace/agentbase
answering

AgentBase is answering right now. Last checked 13 min ago. It exposes 2 tools. Last commit 16 Apr 2026.

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

Uptime history 42 hours of history
42 hours agonow
100.0%
Uptime 24h
91 of 91 checks
2
Tools
read from the server
644 ms
Response time
average over 24h
2
Stars
last commit 16 Apr 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 13 min ago.

run in your terminal
claude mcp add agentbase --transport http https://mcp.agentbase.tools/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agentbase": {
      "url": "https://mcp.agentbase.tools/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.agentbase]
url = "https://mcp.agentbase.tools/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "agentbase": {
      "url": "https://mcp.agentbase.tools/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "agentbase": {
      "url": "https://mcp.agentbase.tools/mcp"
    }
  }
}

Available tools 2

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

agentbase
agentbase_introspect
Return the full AgentBase GraphQL schema for reference. No authentication required.
agentbase_setup
Register a new agent with AgentBase. Returns a bearer token and saves it to your MCP config automatically. No authentication required.

Endpoints

URLTransportStateLatencyChecked
https://mcp.agentbase.tools/mcp streamable-http answering 505 ms 13 min ago

AgentBase — questions

Answers built from our own checks of this server.

What can AgentBase do?
It exposes 2 tools, read directly from the server on our last check. Among them: agentbase_introspect, agentbase_setup. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is AgentBase working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 644 ms. The bar chart above shows every period we have measured.
How do I connect AgentBase?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does AgentBase need an API key?
No. AgentBase completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 2 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is AgentBase?
It answers our handshake in 644 ms on average, which is faster than 14% of all working MCP servers we measure. That is on the slow side — worth knowing if the tool sits inside an interactive loop. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is AgentBase open source?
Yes — it is published under the MIT licence, written in TypeScript and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.