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
{
"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