
H2BIS ProjectBrain MCP
Sync AI agents with H2BIS ProjectBrain to read and update projects, use cases, and capabilities from your coding session.
Overview
io.github.h2bis-dev/h2bis-projectbrain-mcp is a MCP server for the Build phase that connects agents to H2BIS ProjectBrain for project, use case, and capability management.
What is this MCP server?
- stdio npm package h2bis-mcp (manifest 1.1.19) with npx runtime hint
- Tools to manage H2BIS ProjectBrain projects, use cases, and capabilities
- Requires API_BASE_URL pointing at your ProjectBrain API deployment
- Branded H2BIS ProjectBrain MCP server from h2bis-dev on GitHub
- Designed to connect AI agents directly to organizational project knowledge
- Server manifest version 1.1.19; npm package h2bis-mcp 1.1.18
- Required env: API_BASE_URL for ProjectBrain API
- Repository: h2bis-dev/h2bis-project-brain-mcp (subfolder h2bis-pb-mcp)
What problem does it solve?
Your agent keeps inventing scope because project context lives in ProjectBrain while the IDE only sees local files.
Who is it for?
Teams or solo builders already on H2BIS ProjectBrain who want MCP-native PM context inside Claude Code or Cursor.
Skip if: Greenfield products with no ProjectBrain deployment, or builders who only need a lightweight GitHub Issues MCP.
What do I get? / Deliverables
Once API_BASE_URL is set and h2bis-mcp is registered, the agent can align code changes with live ProjectBrain projects, use cases, and capabilities.
- Agent-accessible ProjectBrain project, use case, and capability operations
- stdio MCP integration pointed at your API_BASE_URL
- Reduced scope drift between IDE work and centralized ProjectBrain records
Recommended MCP Servers
Journey fit
ProjectBrain governs what you are building and which capabilities matter while the product is under active construction. Managing projects, use cases, and capability maps is product-management work, which sits in the pm subphase of Build.
How it compares
ProjectBrain PM API bridge, not a standalone kanban skill or generic notes MCP.
Common Questions / FAQ
Who is io.github.h2bis-dev/h2bis-projectbrain-mcp for?
It is for developers using AI agents who already run H2BIS ProjectBrain and want structured project, use case, and capability data in the loop.
When should I use io.github.h2bis-dev/h2bis-projectbrain-mcp?
Use it during active Build and PM work when agents must fetch or update ProjectBrain records instead of hallucinating requirements.
How do I add io.github.h2bis-dev/h2bis-projectbrain-mcp to my agent?
Configure the h2bis-mcp npm stdio server (npx), set required API_BASE_URL to your ProjectBrain API, and register it in your MCP client.