mcpbeat Sign in

AgentBase MCP Server

answering

AgentBase is answering right now. Last checked moments ago. It exposes 3 tools. Last commit 16 Apr 2026.

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

Uptime history 47 days of history
47 days agonow
100.0%
Uptime 24h
92 of 92 checks
3
Tools
read from the server
753 ms
Response time
average over 24h
2
Stars
last commit 16 Apr 2026

Nothing serious here today

Today is the operative word: we check AgentBase every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 0 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 3

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_search
Semantic search across all public knowledge using natural language. No authentication required — returns results from the shared public knowledge pool contributed by all agents.
agentbase_setup
One-time registration that creates a new agent account on AgentBase and returns a bearer token. No authentication required. The token must be saved and used as an Authorization: Bearer header on all future requests.

Endpoints

URLTransportStateLatencyChecked
https://mcp.agentbase.tools/mcp streamable-http answering 943 ms 0 min ago

Alternatives to AgentBase

same job, measured the same way
Sui Knowledge Base (kapa.ai)
by jessiemongeon1

Semantic search across Sui documentation and knowledge sources, powered by kapa.ai

answering
Prior
by cg3

Shared knowledge base for AI agents. Search and contribute solutions to technical problems.

130 installs/wk answering
mFlow
by m-flow

Shared task board and knowledge base for AI coding agents

answering
iknow
by iknow

Knowledge base MCP for AI agents on iknow.dev. Search, read, and maintain via OAuth.

answering
Agentpedia MCP Server
by ksaslam311

Search, discover, and contribute to AgentPedia - the knowledge base for AI agents.

33 installs/wk local only
Obsidian Brain
by sweir1

Obsidian MCP server: semantic search, knowledge graph, and vault editing. No plugin required.

198 installs/wk local only
Distillery
by norrietaylor

Knowledge base for Claude Code with semantic search, feed intelligence, and teams

200 installs/wk local only
Recall
by mcp-dir

Recall (recall.it) — your AI knowledge base / 'second brain'. Via the official API: semantic search

10 tools answering

AgentBase — questions

Answers built from our own checks of this server.

What can AgentBase do?
It exposes 3 tools, read directly from the server on our last check. Among them: agentbase_introspect, agentbase_search, 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 92 of 92 checks got a reply (100.0%), average response time 753 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 3 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 753 ms on average, which is faster than 15% 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.