Odel
BanditDB

BanditDB

Local
@dynamicpricing-aiPythonApache-2.0Updated 3w ago

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

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).

PyPIbanditdb-pythonv0.2.1

Run

uvx banditdb-python

MCP client config

{
  "mcpServers": {
    "banditdb": {
      "command": "uvx",
      "args": [
        "banditdb-python"
      ]
    }
  }
}