io.github.hoornet/agentdocs-mcp MCP Server
io.github.hoornet/agentdocs-mcp
What is the io.github.hoornet/agentdocs-mcp MCP server?
MCP server for AgentDocs (agentdocs.eu): read, search, write, comment on & share Markdown docs.
How to install io.github.hoornet/agentdocs-mcp
Copy-paste configuration for popular MCP clients.
AGENTDOCS_TOKENrequiredsecretAgentDocs API token (account or space-scoped). Profile → Regenerate API Token, or Space settings → Tokens.
AGENTDOCS_URLBase URL of the AgentDocs instance. Set this only for a self-hosted instance.
{
"mcpServers": {
"agentdocs-mcp": {
"command": "npx",
"args": [
"-y",
"agentdocs-mcp"
],
"env": {
"AGENTDOCS_TOKEN": "<YOUR_AGENTDOCS_TOKEN>",
"AGENTDOCS_URL": "<YOUR_AGENTDOCS_URL>"
}
}
}
}{
"mcpServers": {
"agentdocs-mcp": {
"command": "npx",
"args": [
"-y",
"agentdocs-mcp"
],
"env": {
"AGENTDOCS_TOKEN": "<YOUR_AGENTDOCS_TOKEN>",
"AGENTDOCS_URL": "<YOUR_AGENTDOCS_URL>"
}
}
}
}{
"mcpServers": {
"agentdocs-mcp": {
"command": "npx",
"args": [
"-y",
"agentdocs-mcp"
],
"env": {
"AGENTDOCS_TOKEN": "<YOUR_AGENTDOCS_TOKEN>",
"AGENTDOCS_URL": "<YOUR_AGENTDOCS_URL>"
}
}
}
}{
"servers": {
"agentdocs-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agentdocs-mcp"
],
"env": {
"AGENTDOCS_TOKEN": "<YOUR_AGENTDOCS_TOKEN>",
"AGENTDOCS_URL": "<YOUR_AGENTDOCS_URL>"
}
}
}
}claude mcp add agentdocs-mcp --env AGENTDOCS_TOKEN=<YOUR_AGENTDOCS_TOKEN> --env AGENTDOCS_URL=<YOUR_AGENTDOCS_URL> -- npx -y agentdocs-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.