Connapse for Cursor
io.github.destrayon/connapse
Self-hosted knowledge backend for AI agents with hybrid search and MCP tools
client:Cursor
transport:stdio
runtime:oci
Install Connapse in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"connapse": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/destrayon/connapse:v0.3.2"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs