Skip to content
Gemini CLI

Bhived MCP for Gemini CLI

io.github.artkeyai/bhived-mcp

Shared knowledge graph, skills, and tool discovery for AI agents through the Model Context Protocol.

client:Gemini CLI transport:stdio runtime:npm

Install Bhived MCP in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

{
  "mcpServers": {
    "bhived-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "bhived-mcp"
      ],
      "env": {
        "BHIVED_API_KEY": "<BHIVED_API_KEY>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

Bhived MCP in other clients