Odel
Connapse

Connapse

Local
@destrayon16C#MITUpdated Today

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

Dockerghcr.io/destrayon/connapse:v0.3.2

Run

docker run -i --rm ghcr.io/destrayon/connapse:v0.3.2

MCP client config

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