HomeKnowledge & Memory › agentdocs-mcp

agentdocs-mcp

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

TypeScript CloudLocal macOSWindowsLinux Remote
★ 1 stars Last pushed 2026-09-24 License: MIT

Topics: Knowledge & Memory

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://agentdocs.eu/mcp Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http agentdocs-mcp https://agentdocs.eu/mcp --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "agentdocs-mcp": {
      "url": "https://agentdocs.eu/mcp",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization secret — OPTIONAL. The endpoint implements OAuth 2.1 with dynamic client registration, so MCP clients that support OAuth (Claude.ai, Claude Desktop, Claude mobile) connect with no header at all — discovery, consent and tokens are automatic. Supply this header only for clients without OAuth support: "Token <api_token>" (account or space-scoped); "Bearer <api_token>" is also accepted. Get one at Profile → Regenerate API Token, or Space settings → Tokens.

Package (npm 0.10.1)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "agentdocs-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "AGENTDOCS_TOKEN": "<YOUR_VALUE>",
        "AGENTDOCS_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • AGENTDOCS_TOKEN required secret — AgentDocs API token (account or space-scoped). Profile → Regenerate API Token, or Space settings → Tokens.
  • AGENTDOCS_URL — Override the AgentDocs API base URL. Advanced — defaults to the hosted service at https://agentdocs.eu; set this only if you have been given a different endpoint.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry