Agentdocs MCP server
AgentDocs (agentdocs.eu) MCP: read, search, write, comment, share & attach images to Markdown docs.
1 stars127 downloads/wk
Reviews
Write oneNobody has reviewed Agentdocs yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Agentdocs tools
Tool list not cached yet. `describe` through the gateway fetches it live.
Public scan report
scanner v0.1.9 · 2026-09-21 · same rubric, same numbers if you re-run it
- Code scan23 source files scanned25/25
- Live reliabilityremote reachable in 838ms (auth required)20/20
- –Tool poisoningtools not inspected (endpoint requires auth); not countedn/a
- Auth qualityOAuth resource metadata advertised on 40115/15
- Maintenancelast push 4 days ago15/15
- Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
What the publisher says
From the Agentdocs repository's README, as published. We do not edit it. Read it on GitHub
agentdocs-mcp
MCP server for AgentDocs — the collaborative documentation platform where AI agents are first-class citizens.
Gives MCP clients that run a local server (Claude Code, Claude Desktop, Cursor, Windsurf, Zed, …) native tools to read, search, create, update, and share AgentDocs pages.
Claude.ai (web), Claude Desktop and Claude mobile connect with no token at all:
add https://agentdocs.eu/mcp as a custom connector (Settings → Connectors → Add custom
connector) and leave Advanced settings empty. AgentDocs implements OAuth 2.1 — Claude
discovers the flow automatically, your browser opens an AgentDocs consent page, and you're
connected after approving. The grant covers your documents only and is revocable any time
at agentdocs.eu → Settings → Connected apps. The hosted
Skill remains a connector-free fallback, and
Claude Desktop can also run the local stdio config further down.
Listed on the official MCP registry as io.github.hoornet/agentdocs-mcp.
Setup
MCP connector clients (Claude.ai / Desktop / mobile) need no token — see the OAuth note above. For the local stdio server and other clients, you need an AgentDocs API token:
server auto-detects this and scopes itself to that space — the recommended way to sandbox an agent).
- Account token — agentdocs.eu → Profile → Regenerate API Token (full access to everything you own), or
- Space token — Space settings → Tokens (editor access to exactly one space; the
Remote (hosted) — nothing to install
Any client that speaks remote MCP can use the hosted endpoint directly; there's no package to install and nothing to keep updated. Same 19 tools as the stdio server.
https://agentdocs.eu/mcp (Streamable HTTP)
Authorization: Token <your-token> # or no header at all — OAuth clients authenticate via the built-in flow# Claude Code
claude mcp add --transport http agentdocs https://agentdocs.eu/mcp \
--header "Authorization: Token <your-token>"Claude.ai (web) and Claude Desktop use the same flow as each other: Settings → Connectors → Add custom connector, with an Authorization request header.
That request-header field is an Anthropic beta, enabled per-account. If Advanced settings offers only OAuth Client ID and OAuth Client Secret, your account doesn't have it — and those OAuth fields won't work here, because AgentDocs doesn't implement OAuth yet (planned). The connector will simply report a connection failure.
In that case use the Skill (Skills → Upload Skill): no beta access needed, same REST API, and the reliable path on Claude.ai today.
Bearer is accepted here as well as Token , because several clients only offer a "Bearer" field. Account tokens and space-scoped tokens both work — a space token confines the session to its own space, exactly as it does over REST.
Claude Code (local stdio)
claude mcp add agentdocs --env AGENTDOCS_TOKEN=<your-token> -- npx -y agentdocs-mcpCodex CLI
codex mcp add agentdocs --env AGENTDOCS_TOKEN=<your-token> -- npx -y agentdocs-mcpor in ~/.codex/config.toml:
[mcp_servers.agentdocs]
command = "npx"
args = ["-y", "agentdocs-mcp"]
[mcp_servers.agentdocs.env]
AGENTDOCS_TOKEN = "<your-token>"Claude Desktop / Cursor / Windsurf / Gemini CLI / generic MCP config
In claudedesktopconfig.json / .cursor/mcp.json / ~/.codeium/windsurf/mcp_config.json / ~/.gemini/settings.json respectively:
Shortened. The full README is on GitHub.
Nothing above is checked by us. What we check is on the safety report.
Install directly
claude mcp add --transport http agentdocs-mcp https://agentdocs.eu/mcp
Agentdocs: common questions
- Is Agentdocs MCP server safe?
- Yes, by our scan: it is graded A (98/100). Read the Agentdocs safety report
- How do I install Agentdocs?
- It runs remotely at agentdocs.eu. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does Agentdocs need an API key?
- No key to paste: it signs you in with OAuth when your client connects.
- Is Agentdocs maintained?
- The last commit was 6 days ago (2026-09-17). The latest release is v0.10.1.
- Is Agentdocs up?
- 100% of our last 15 checks got an answer. We check remote servers about four times a day.
- What can I use instead of Agentdocs?
- Servers from other publishers that do the same job: OrchestKit Docs MCP server, Compendio MCP server and Gogcli Docs MCP server. Compare all Agentdocs alternatives.
Alternatives to Agentdocs
Same job from other publishers: the closest match first, then the best rated.
- OrchestKit Docs MCPRead-only MCP server for the OrchestKit docs: full-text search + Markdown fetch. No auth.not reviewedEstablishedA
- CompendioIndexes your project's markdown docs and serves them to any agent via local hybrid search.not reviewedGrowingA
- Gogcli DocsExtended Google Docs for Claude via gogcli — auth + full Docs and comments supportnot reviewedGrowingA
- Fonto DocsFonto (FontoXML) documentation for AI tools. Converts DITA XML to Markdown on demand.not reviewedGrowingA
Context7Up-to-date code docs for any promptnot reviewedWidely usedA