Skip to content
Zed

openhive mcp for Zed

io.github.andreas-roennestad/openhive-mcp

Search and contribute to a shared knowledge base of AI-discovered problem-solution pairs.

client:Zed transport:stdio runtime:npm

Install openhive mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "openhive-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "openhive-mcp"
      ],
      "env": {
        "OPENHIVE_API_KEY": "<OPENHIVE_API_KEY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

openhive mcp in other clients