Loading MCP server directory, please wait...
Persistent decision memory for agents — learns which action works in which context
npx @getmcp/cli add com.banditdb/mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
BANDITDB_URLBase 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_KEYAPI key. A writer-role key is enough for get_intuition and record_outcome; admin is needed to create or delete campaigns.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.banditdb/mcp": {
"command": "uvx",
"args": [
"banditdb-python",
"banditdb-mcp",
"banditdb-python"
],
"env": {
"BANDITDB_URL": "http://localhost:8080",
"BANDITDB_API_KEY": ""
}
}
}
}