Skip to content

H2BIS ProjectBrain MCP for Grok

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

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

client:Grok transport:stdio runtime:npm

Install H2BIS ProjectBrain MCP in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "h2bis-projectbrain-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "h2bis-mcp"
      ],
      "env": {
        "API_BASE_URL": "<API_BASE_URL>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

H2BIS ProjectBrain MCP in other clients