Bee — The Progressive Intelligence Engine for Cursor
io.github.cuilabs/bee
Bee — The Progressive Intelligence Engine: tiered LLM, 4 tools, hosted API, free tier.
client:Cursor
transport:stdio
runtime:pypi
Install Bee — The Progressive Intelligence Engine in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"bee": {
"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