mcpbeat Sign in

BanditDB MCP Server

local only

BanditDB runs on your own machine — the client starts it, so there is no endpoint to ping. 204 installs a week from pypi. Last commit 10 Aug 2026.

Persistent decision memory for agents — learns which action works in which context

Installs per day peak 227 · avg 44 · -57% w/w
a month agotoday
204
Installs / week
pypi · banditdb-python
0
Stars
0 open issues
10 Aug 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

Nothing serious here today

Today is the operative word: we check BanditDB every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp -- uvx banditdb-python
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "banditdb-python"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
command = "uvx"
args = ["banditdb-python"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "banditdb-python"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "banditdb-python"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: BANDITDB_URL (Base URL of the BanditDB server, e.g. http://localhost:8080 or https://your-instance.api.banditdb.com. Try it against the public sandbox at https://sandbox.banditdb.com before running your own.), BANDITDB_API_KEY (API key. A writer-role key is enough for get_intuition and record_outcome; admin is needed to create or delete campaigns.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to BanditDB

same job, measured the same way
Project Memory MCP
by kaaustubh

Persistent memory for AI coding agents — past bugs, decisions, and your corrections, in your repo.

118 installs/wk local only
Clarik MCP Server
by mikerichardmail

Clarity and memory persistent workspace context manager for Claude.

36 installs/wk local only
Synap Memory
by maximem

Persistent memory for AI agents — log and recall conversation context over MCP.

4 tools answering
Openfuse MCP
by openfused

Encrypted mail, shared memory, and persistent context for AI agents.

111 installs/wk local only
Repomemory
by danielguru

Persistent memory for AI coding agents. Hybrid search, auto-session capture, context routing.

85 installs/wk local only
Oneda
by freeelatech

Persistent, governed institutional memory for Claude Code — specs, decisions, learnings.

answering
Waggle MCP
by abhigyan-shekhar

Persistent graph-backed conversational memory for AI agents.

54 installs/wk local only
Agentram MCP
by seanmarkwei

Model Context Protocol server for AgentRAM. Persistent memory for AI agents.

40 installs/wk local only

BanditDB — questions

Answers built from our own checks of this server.

Why is there no uptime for BanditDB?
BanditDB runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package banditdb-python was installed 204 times last week.
How do I connect BanditDB?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls banditdb-python straight from pypi; nothing to host, nothing to sign up for.
How many people use BanditDB?
The pypi package banditdb-python was installed 204 times in the last week. Week over week that is -57%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is BanditDB open source?
Yes — it is published under the Apache-2.0 licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.