Skip to content
Cursor

Bee by HEOSSI for Cursor

io.github.heossihq/bee-public

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

client:Cursor transport:stdio runtime:pypi

Install Bee by HEOSSI in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "bee-public": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "bee-sdk"
      ],
      "env": {
        "BEE_API_KEY": "<BEE_API_KEY>",
        "BEE_MODEL": "<BEE_MODEL>",
        "BEE_API_URL": "<BEE_API_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Bee by HEOSSI in other clients