Skip to content
Grok

Bee — The Progressive Intelligence Engine for Grok

io.github.cuilabs/bee

Bee — The Progressive Intelligence Engine: tiered LLM, 4 tools, hosted API, free tier.

client:Grok transport:stdio runtime:pypi

Install Bee — The Progressive Intelligence Engine in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "bee": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "bee-sdk"
      ],
      "env": {
        "BEE_API_KEY": "<BEE_API_KEY>",
        "BEE_MODEL": "<BEE_MODEL>",
        "BEE_API_URL": "<BEE_API_URL>"
      }
    }
  }
}

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

Bee — The Progressive Intelligence Engine in other clients