Bhived MCP for Claude Desktop
io.github.artkeyai/bhived-mcp
Shared knowledge graph, skills, and tool discovery for AI agents through the Model Context Protocol.
client:Claude Desktop
transport:stdio
runtime:npm
Install Bhived MCP in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"bhived-mcp": {
"command": "npx",
"args": [
"-y",
"bhived-mcp"
],
"env": {
"BHIVED_API_KEY": "<BHIVED_API_KEY>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs