Home › Knowledge & Memory › agentdocs-mcp
agentdocs-mcp
AgentDocs (agentdocs.eu) MCP: read, search, write, comment, share & attach images to Markdown docs.
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>"
}
}
}
}
Authorizationsecret — 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 agentdocs-mcp@0.10.1
Or add to your MCP client config:
{
"mcpServers": {
"agentdocs-mcp": {
"command": "npx",
"args": [
"-y",
"agentdocs-mcp@0.10.1"
],
"env": {
"AGENTDOCS_TOKEN": "<YOUR_VALUE>",
"AGENTDOCS_URL": "<YOUR_VALUE>"
}
}
}
}
AGENTDOCS_TOKENrequired 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
Context7
Up-to-date code docs for any prompt
cognee
Memory manager for AI apps and Agents using various graph and vector stores and allowing ingestion from 30+ data sources
hindsight
Hindsight: Agent Memory That Works Like Human Memory - Built for AI Agents to manage Long Term Memory
Skill_Seekers
Transform 17 source types (docs, GitHub repos, PDFs, videos, Jupyter, Confluence, Notion, Slack/Discord) into AI-ready skills and RAG…
basic-memory
Local-first knowledge management with bi-directional LLM sync via Markdown files.
NoteDiscovery
Self-hosted plain-markdown knowledge base with a built-in MCP server. Lets Claude Desktop, Cursor, and any MCP client search, read,…
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry