Skip to main content
ClaudeWave

Open community repository for Bee by Heossi — public code, developer tooling, documentation, examples, and community-facing components for building with and contributing to Bee.

MCP ServersOfficial Registry0 stars0 forksDockerfileApache-2.0Updated today
Install in Claude Code / Claude Desktop
Method: pip / Python · bee-sdk
Claude Code CLI
claude mcp add bee-public -- python -m bee-sdk
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "bee-public": {
      "command": "python",
      "args": ["-m", "bee-sdk"],
      "env": {
        "BEE_API_KEY": "<bee_api_key>"
      }
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Install first: pip install bee-sdk
Detected environment variables
BEE_API_KEY
Use cases

MCP Servers overview

# Bee by HEOSSI — Public Developer Resources

> Open community repository for **Bee** by [HEOSSI](https://www.heossi.com) — public code, developer tooling, documentation, examples, and community-facing components for building with and contributing to Bee.

[![npm](https://img.shields.io/npm/v/@heossi/bee.svg)](https://www.npmjs.com/package/@heossi/bee)
[![PyPI](https://img.shields.io/pypi/v/bee-sdk.svg)](https://pypi.org/project/bee-sdk/)
[![License: Apache-2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](./LICENSE)

<!-- mcp-name: io.github.heossihq/bee-public -->

## What's here

| Path | What |
|---|---|
| [`mcp/`](./mcp) | Bee MCP Server install instructions for Claude Desktop, Cursor, VS Code, Zed, Windsurf, OpenCode |
| [`llms-install.md`](./llms-install.md) | AI-agent-readable MCP install guide (Cline & friends) |
| [`sdks/typescript/`](./sdks/typescript) | Pointer + quickstart for `@heossi/bee` (live on npm) |
| [`sdks/python/`](./sdks/python) | Pointer + quickstart for `bee-sdk` (live on PyPI) |
| [`examples/typescript/`](./examples/typescript) | Working `@heossi/bee` SDK examples (quickstart, streaming, vision) |
| [`examples/python/`](./examples/python) | Working `bee-sdk` examples |
| [`CONTRIBUTING.md`](./CONTRIBUTING.md) | How to file an issue, propose a change, or run a workshop on Bee |

## SDKs

```bash
# TypeScript / JavaScript / Node / Deno / Bun / browsers — live on npm
npm install @heossi/bee

# Python (3.10+) — live on PyPI; also ships the `bee-mcp` MCP server
pip install bee-sdk
```

Full install + quickstart: [bee.heossi.com/docs/sdks](https://bee.heossi.com/docs/sdks).

## MCP Server (Claude Desktop, Cursor, VS Code…)

Bee ships a hosted MCP server with 14 governed tools spanning intelligence,
code, security, research, provenance, usage, documents, memory, and Quantum
Reasoning Lab. It supports stdio and request/response Streamable HTTP. Hosted
calls are authenticated, tenant-scoped, plan/policy gated, and metered by the
Bee gateway.

```bash
pip install bee-sdk          # provides the `bee-mcp` console script
export BEE_API_KEY=bee_sk_…  # create at workspace.bee.heossi.com/account/api-keys
bee-mcp                      # stdio transport — what every desktop client uses
```

See [mcp/](./mcp) for the exact catalog and per-client configs, or
[bee.heossi.com/docs/mcp](https://bee.heossi.com/docs/mcp).

## Quickstart

```ts
import { BeeClient } from "@heossi/bee";

const bee = new BeeClient({ apiKey: process.env.BEE_API_KEY! });

const out = await bee.chat.completions.create({
  model: "bee-cell",
  messages: [{ role: "user", content: "What is Bee?" }],
});

console.log(out.choices[0].message.content);
```

Get an API key at [workspace.bee.heossi.com/account/api-keys](https://workspace.bee.heossi.com/account/api-keys).

## What this repo is *not*

- **Not the Bee engine source.** The proprietary engine lives in HEOSSI's private monorepo. This repository contains public SDK pointers, MCP install material, examples, and documentation.
- **Not a release vehicle.** SDKs are released to npm + PyPI. This repo mirrors the source tree of the published packages and links out.
- **Not in scope for product support tickets.** Use [bee.heossi.com/contact](https://bee.heossi.com/contact) for product support; use this repo's issues for SDK, MCP, and example bugs.

## Status

- 🟢 [bee.heossi.com/status](https://bee.heossi.com/status) — live service status
- 📍 [bee.heossi.com/roadmap](https://bee.heossi.com/roadmap) — what's next
- 📰 [bee.heossi.com/changelog](https://bee.heossi.com/changelog) — what shipped

## License

[Apache-2.0](./LICENSE) — © 2026 HEOSSI (Pte.) Ltd.
aicybersecurityllmloramcpmcp-servermodel-context-protocolopenai-compatiblepythonquantumsdktypescript

What people ask about bee-public

What is heossihq/bee-public?

+

heossihq/bee-public is mcp servers for the Claude AI ecosystem. Open community repository for Bee by Heossi — public code, developer tooling, documentation, examples, and community-facing components for building with and contributing to Bee. It has 0 GitHub stars and was last updated today.

How do I install bee-public?

+

You can install bee-public by cloning the repository (https://github.com/heossihq/bee-public) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is heossihq/bee-public safe to use?

+

heossihq/bee-public has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains heossihq/bee-public?

+

heossihq/bee-public is maintained by heossihq. The last recorded GitHub activity is from today, with 1 open issues.

Are there alternatives to bee-public?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy bee-public to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: heossihq/bee-public
[![Featured on ClaudeWave](https://claudewave.com/api/badge/heossihq-bee-public)](https://claudewave.com/repo/heossihq-bee-public)
<a href="https://claudewave.com/repo/heossihq-bee-public"><img src="https://claudewave.com/api/badge/heossihq-bee-public" alt="Featured on ClaudeWave: heossihq/bee-public" width="320" height="64" /></a>

More MCP Servers

bee-public alternatives