Bee by HEOSSI for Grok
io.github.heossihq/bee-public
Bee by HEOSSI: governed multimodal intelligence - chat, code, security, research, documents, memory.
client:Grok
transport:stdio
runtime:pypi
Install Bee by HEOSSI in Grok
.mcp.json (in your project root)
{
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs