BanditDB for Grok
com.banditdb/mcp
Persistent decision memory for agents — learns which action works in which context
client:Grok
transport:stdio
runtime:pypi
Install BanditDB in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"banditdb-python"
],
"env": {
"BANDITDB_URL": "<BANDITDB_URL>",
"BANDITDB_API_KEY": "<BANDITDB_API_KEY>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs