H2BIS ProjectBrain MCP for Claude Desktop
io.github.h2bis-dev/h2bis-projectbrain-mcp
Connect AI agents to H2BIS ProjectBrain - manage projects, use cases, and capabilities via MCP.
client:Claude Desktop
transport:stdio
runtime:npm
Install H2BIS ProjectBrain MCP in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"h2bis-projectbrain-mcp": {
"command": "npx",
"args": [
"-y",
"h2bis-mcp"
],
"env": {
"API_BASE_URL": "<API_BASE_URL>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs