H2BIS ProjectBrain MCP for Cursor
io.github.h2bis-dev/h2bis-projectbrain-mcp
Connect AI agents to H2BIS ProjectBrain - manage projects, use cases, and capabilities via MCP.
client:Cursor
transport:stdio
runtime:npm
Install H2BIS ProjectBrain MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"h2bis-projectbrain-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"h2bis-mcp"
],
"env": {
"API_BASE_URL": "<API_BASE_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs