Mmcp.market

Agentdocs MCP server

by hoornet·io.github.hoornet/agentdocs-mcp·v0.10.1

AgentDocs (agentdocs.eu) MCP: read, search, write, comment, share & attach images to Markdown docs.

A98/100grade A
What users say
No reviews yet
Be the first
Safety scan
A98/100

full report

Adoption
Growing

1 stars127 downloads/wk

Reviews

Write one

Nobody 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

no findings
  • 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
Overall 98/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

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-mcp

Codex CLI

codex mcp add agentdocs --env AGENTDOCS_TOKEN=<your-token> -- npx -y agentdocs-mcp

or 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
Add to Cursor

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.

All Agentdocs alternatives →
  • OrchestKit Docs MCP
    Read-only MCP server for the OrchestKit docs: full-text search + Markdown fetch. No auth.
    A
  • Compendio
    Indexes your project's markdown docs and serves them to any agent via local hybrid search.
    A
  • Gogcli Docs
    Extended Google Docs for Claude via gogcli — auth + full Docs and comments support
    A
  • Fonto Docs
    Fonto (FontoXML) documentation for AI tools. Converts DITA XML to Markdown on demand.
    A
  • Context7
    Up-to-date code docs for any prompt
    A

More from hoornet