Adversarial Decision Intelligence for AI Agents - 70 thinkers, Thompson Sampling, MCP server
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"100minds-mcp": {
"command": "cargo",
"args": [
"run",
"--",
"100minds-mcp"
]
}
}
}
Run in terminal:
claude mcp add 100minds-mcp cargo run -- 100minds-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"100minds-mcp": {
"command": "cargo",
"args": [
"run",
"--",
"100minds-mcp"
]
}
}
}