Skip to content
Cursor

Tribal for Cursor

io.github.tribal-memory/tribal

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

client:Cursor transport:stdio runtime:oci

Install Tribal in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "tribal": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/tribal-memory/tribal:0.4.1"
      ],
      "env": {
        "TRIBAL_DATABASE__URL": "<TRIBAL_DATABASE__URL>",
        "TRIBAL_PROJECT_REMOTE": "<TRIBAL_PROJECT_REMOTE>",
        "TRIBAL_PROJECT_NAME": "<TRIBAL_PROJECT_NAME>",
        "TRIBAL_SERVER__TRANSPORT": "<TRIBAL_SERVER__TRANSPORT>",
        "TRIBAL_SERVER__BIND_ADDRESS": "<TRIBAL_SERVER__BIND_ADDRESS>",
        "TRIBAL_PUBLIC_MCP_URL": "<TRIBAL_PUBLIC_MCP_URL>",
        "OPENAI_API_KEY": "<OPENAI_API_KEY>",
        "ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Tribal in other clients