Catalog
io.github.h2bis-dev/h2bis-projectbrain-mcp
Officialby h2bis-dev · TypeScript
H2BIS ProjectBrain MCP
Connect AI agents to H2BIS ProjectBrain - manage projects, use cases, and capabilities via MCP.
Connects AI agents to ProjectBrain for project and use case management.
README not available yet.
Install
Configuration
Environment variables
API_BASE_URLrequiredH2BIS ProjectBrain API base URL
claude_desktop_config.json
{
"mcpServers": {
"h2bis-projectbrain-mcp": {
"command": "npx",
"args": [
"-y",
"h2bis-mcp@1.1.18"
],
"env": {
"API_BASE_URL": "<YOUR_API_BASE_URL>"
}
}
}
}