Bhived MCP for Zed
io.github.artkeyai/bhived-mcp
Shared knowledge graph, skills, and tool discovery for AI agents through the Model Context Protocol.
client:Zed
transport:stdio
runtime:npm
Install Bhived MCP in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"bhived-mcp": {
"command": "npx",
"args": [
"-y",
"bhived-mcp"
],
"env": {
"BHIVED_API_KEY": "<BHIVED_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs