Catalog
Bee — The Progressive Intelligence Engine
Officialby heossi-hq
Bee — The Progressive Intelligence Engine: tiered LLM, 4 tools, hosted API, free tier.
Progressive intelligence engine with tiered LLM integration and hosted API.
Topics
aicybersecurityllmloramcpmcp-servermodel-context-protocolopenai-compatiblepythonquantumsdktypescript
README not available yet.
Install
Configuration
Environment variables
BEE_API_KEYrequiredsecretBee API key (bee_sk_…). Create one at https://bee.cuilabs.io/app/account/api-keys — the free Cell tier works.
BEE_MODELDefault model tier (bee-cell … bee-swarm). Tier access follows the API key's plan. Default: bee-cell (free).
BEE_API_URLOverride the gateway base URL (default https://bee.cuilabs.io/bee). Set only for a self-hosted Bee Enclave or staging.
claude_desktop_config.json
{
"mcpServers": {
"bee": {
"command": "uvx",
"args": [
"bee-sdk"
],
"env": {
"BEE_API_KEY": "<YOUR_BEE_API_KEY>",
"BEE_MODEL": "<YOUR_BEE_MODEL>",
"BEE_API_URL": "<YOUR_BEE_API_URL>"
}
}
}
}