← Back to Plugins
MCP Server MCP

Bee — The Progressive Intelligence Engine

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx bee-sdk

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "bee-sdk",
      "version": "0.6.0",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Bee API key (bee_sk_…). Create one at https://bee.cuilabs.io/app/account/api-keys — the free Cell tier works.",
          "isRequired": true,
          "isSecret": true,
          "name": "BEE_API_KEY"
        },
        {
          "description": "Default model tier (bee-cell … bee-swarm). Tier access follows the API key's plan. Default: bee-cell (free).",
          "name": "BEE_MODEL"
        },
        {
          "description": "Override the gateway base URL (default https://bee.cuilabs.io/bee). Set only for a self-hosted Bee Enclave or staging.",
          "name": "BEE_API_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...