← All servers
πŸ—„οΈ

TribalVerifiedπŸ›‘ No advisories

io.github.tribal-memory/tribal
New to MCP? Start here β†’
0β˜… stars
0weekly installs
26 days agolast release

Provenancewhere it came from, and what was verified

βœ“
Verified namespace

Published to the official MCP registry by github.com/tribal-memory, which proved it owns this namespace.

Verified owner: github.com/tribal-memory β†—io.github.tribal-memory/tribal

πŸ›‘ Permissions & trustwhat this server can touch before you run it

β—†
Secrets required
Needs OPENAI_API_KEY, ANTHROPIC_API_KEY.
βœ“
Configuration
Reads TRIBAL_DATABASE__URL, TRIBAL_PROJECT_REMOTE, TRIBAL_PROJECT_NAME, TRIBAL_SERVER__TRANSPORT, TRIBAL_SERVER__BIND_ADDRESS, TRIBAL_PUBLIC_MCP_URL.

About

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

Packages & transports

dockerghcr.io/tribal-memory/tribal:0.4.1vlatest Β· docker

Metadata

Categorydatabases
Add to your client
Pick your client, copy, paste into its config. That's the whole setup.
~/.claude/claude_desktop_config.json
{
  "mcpServers": {
    "tribal": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/tribal-memory/tribal:0.4.1"
      ]
    }
  }
}

β–Ά Try itrun it locally

This is a local server, so it runs on your machine, not ours. Paste this to open it in the official MCP Inspector and poke at its tools:

npx @modelcontextprotocol/inspector docker run -i --rm ghcr.io/tribal-memory/tribal:0.4.1