Fresh, source-verified docs for building MCP servers and Claude agents, for AI coding agents.
claude mcp add agentdocs -- npx -y mcp-agentdocs
claude_desktop_config.json
{
"mcpServers": {
"agentdocs": {
"command": "npx",
"args": [
"-y",
"mcp-agentdocs"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"agentdocs": {
"command": "npx",
"args": [
"-y",
"mcp-agentdocs"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"agentdocs": {
"command": "npx",
"args": [
"-y",
"mcp-agentdocs"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"agentdocs": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-agentdocs"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"agentdocs": {
"command": "npx",
"args": [
"-y",
"mcp-agentdocs"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.titov-d--agentdocs/reviews or the review_server meta-tool.
POST /mcp