Doc Bridge for Cursor
io.github.agentskit-io/doc-bridge
Resolve documentation ownership, edit roots, checks, and human handoffs before an agent edits code.
client:Cursor
transport:stdio
runtime:npm
Install Doc Bridge in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"doc-bridge": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@agentskit/doc-bridge"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs