Connapse for Cline
io.github.destrayon/connapse
Self-hosted knowledge backend for AI agents with hybrid search and MCP tools
client:Cline
transport:stdio
runtime:oci
Install Connapse in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"connapse": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/destrayon/connapse:v0.3.2"
]
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs