Skip to content
VS Code

Connapse for VS Code

io.github.destrayon/connapse

Self-hosted knowledge backend for AI agents with hybrid search and MCP tools

client:VS Code transport:stdio runtime:oci

Install Connapse in VS Code

.vscode/mcp.json

{
  "servers": {
    "connapse": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/destrayon/connapse:v0.3.2"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Connapse in other clients