Connapse for Claude Desktop
io.github.destrayon/connapse
Self-hosted knowledge backend for AI agents with hybrid search and MCP tools
client:Claude Desktop
transport:stdio
runtime:oci
Install Connapse in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"connapse": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/destrayon/connapse:v0.3.2"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs