Skip to content

H2BIS ProjectBrain MCP for Zed

io.github.h2bis-dev/h2bis-projectbrain-mcp

Connect AI agents to H2BIS ProjectBrain - manage projects, use cases, and capabilities via MCP.

client:Zed transport:stdio runtime:npm

Install H2BIS ProjectBrain 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": {
    "h2bis-projectbrain-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "h2bis-mcp"
      ],
      "env": {
        "API_BASE_URL": "<API_BASE_URL>"
      }
    }
  }
}

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

H2BIS ProjectBrain MCP in other clients