Back to Browse

Bee Public MCP Server

Developer ToolsLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

Bee by HEOSSI: governed multimodal intelligence - chat, code, security, research, documents, memory.

About

Bee by HEOSSI: governed multimodal intelligence - chat, code, security, research, documents, memory.

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.

7 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

What You'll Need

Set these up before or after installing:

Bee API key (bee_sk_…). Create one at https://workspace.bee.heossi.com/account/api-keys - the free Cell tier works.Required

Environment variable: BEE_API_KEY

Default model tier (bee-cell … bee-swarm). Tier access follows the API key's plan. Default: bee-cell (free).Optional

Environment variable: BEE_MODEL

Override the gateway base URL (default https://api.bee.heossi.com/bee). Set only for a Bee Enclave or staging.Optional

Environment variable: BEE_API_URL

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-heossihq-bee-public": {
      "env": {
        "BEE_MODEL": "your-bee-model-here",
        "BEE_API_KEY": "your-bee-api-key-here",
        "BEE_API_URL": "your-bee-api-url-here"
      },
      "args": [
        "bee-sdk"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!