100minds-mcp

JYeswak/100minds-mcp
★ 0 stars Rust 🤖 AI/LLM Updated today
Adversarial Decision Intelligence for AI Agents - 70 thinkers, Thompson Sampling, MCP server
View on GitHub →

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"
      ]
    }
  }
}