Open community repository for Bee by Heossi — public code, developer tooling, documentation, examples, and community-facing components for building with and contributing to Bee.
claude mcp add bee-public -- python -m bee-sdk{
"mcpServers": {
"bee-public": {
"command": "python",
"args": ["-m", "bee-sdk"],
"env": {
"BEE_API_KEY": "<bee_api_key>"
}
}
}
}BEE_API_KEYMCP 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.
[](https://www.npmjs.com/package/@heossi/bee)
[](https://pypi.org/project/bee-sdk/)
[](./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.
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.
[](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
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
The fastest path to AI-powered full stack observability, even for lean teams.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!