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_KEYResumen de MCP Servers
# 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.
Lo que la gente pregunta sobre bee-public
¿Qué es heossihq/bee-public?
+
heossihq/bee-public es mcp servers para el ecosistema de Claude AI. Open community repository for Bee by Heossi — public code, developer tooling, documentation, examples, and community-facing components for building with and contributing to Bee. Tiene 0 estrellas en GitHub y se actualizó por última vez today.
¿Cómo se instala bee-public?
+
Puedes instalar bee-public clonando el repositorio (https://github.com/heossihq/bee-public) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar heossihq/bee-public?
+
heossihq/bee-public aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.
¿Quién mantiene heossihq/bee-public?
+
heossihq/bee-public es mantenido por heossihq. La última actividad registrada en GitHub es de today, con 1 issues abiertos.
¿Hay alternativas a bee-public?
+
Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.
Despliega bee-public en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](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>Más 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!