docsonar for Cursor
io.github.ribhav-jain/docsonar
Local document search over your folders: hybrid keyword+semantic, fully offline, read-only
client:Cursor
transport:stdio
runtime:pypi
Install docsonar in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"docsonar": {
"type": "stdio",
"command": "uvx",
"args": [
"docsonar"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs