🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

h2bis-mcp

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

h2bis-mcp

MCP server for H2BIS ProjectBrain - connect AI agents (GitHub Copilot, Claude, Cursor) to the H2BIS ProjectBrain API

latest
Source
npmnpm
Version
1.1.19
Version published
Weekly downloads
28
-49.09%
Maintainers
1
Weekly downloads
 
Created
Source

H2BIS ProjectBrain MCP Server

Connect AI agents to H2BIS ProjectBrain — a software development lifecycle management platform for managing projects, use cases, capabilities, and project knowledge.

Features

  • Project Management — Create, list, update, and query projects
  • Use Case Management — Create and manage use cases linked to projects with auto-generated capabilities
  • Capability Graph — Traverse dependencies, analyze impact, and get implementation order
  • Domain Model — Upsert and manage project domain models
  • AI Enhancement — Enhance use cases with AI-powered suggestions

Installation

VS Code (Copilot Chat)

Search for h2bis in the Extensions view (Ctrl+Shift+X) with the @mcp filter, or add manually to .vscode/mcp.json:

{
  "servers": {
    "h2bis-pb-mcp": {
      "command": "npx",
      "args": ["-y", "h2bis-mcp"],
      "env": {
        "API_BASE_URL": "http://localhost:4000"
      }
    }
  }
}

Claude Desktop

Add to your Claude Desktop config:

{
  "mcpServers": {
    "h2bis-pb-mcp": {
      "command": "npx",
      "args": ["-y", "h2bis-mcp"],
      "env": {
        "API_BASE_URL": "http://localhost:4000"
      }
    }
  }
}

Configuration

VariableRequiredDescription
API_BASE_URLYesH2BIS ProjectBrain API base URL (e.g. http://localhost:4000)
API_KEYNoAPI key for authentication

Available Tools

ToolDescription
listProjectsList all projects with optional filtering
getProjectByIdGet full project details by ID
createProjectCreate a new project
updateProjectUpdate project fields
listUseCasesList use cases for a project
getUseCaseByIdGet use case details
createUseCaseCreate a use case (auto-generates capabilities)
updateUseCaseUpdate a use case
deleteUseCaseDelete a use case
enhanceUseCaseEnhance a use case with AI suggestions
upsertProjectDomainModelCreate or update a project's domain model
removeProjectDomainModelRemove a project's domain model

Prerequisites

License

MIT

Keywords

mcp

FAQs

Package last updated on 07 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts