Odel
Tribal

Tribal

Local
@tribal-memory9RustUpdated 1mo ago

Self-hosted semantic memory over MCP for an engineering team's tacit knowledge. Needs Postgres.

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/tribal-memory/tribal:0.4.1

Run

docker run -i --rm ghcr.io/tribal-memory/tribal:0.4.1

MCP client config

{
  "mcpServers": {
    "tribal": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/tribal-memory/tribal:0.4.1"
      ]
    }
  }
}