mcp documentation server for Cursor
io.github.andrea9293/mcp-documentation-server
Local-first document management and semantic search for AI coding agents
client:Cursor
transport:stdio
runtime:npm
Install mcp documentation server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-documentation-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@andrea9293/mcp-documentation-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs