agentdocs for Cursor
io.github.titov-d/agentdocs
Fresh, source-verified docs for building MCP servers and Claude agents, for AI coding agents.
client:Cursor
transport:stdio
runtime:npm
Install agentdocs in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agentdocs": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-agentdocs"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs