Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

H2BIS ProjectBrain MCP

NPM · H2BIS-MCP · SCANNED SEP 20

Connect AI agents to H2BIS ProjectBrain - manage projects, use cases, and capabilities via MCP.

Available components

0 this week 80 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 37 of 118 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability73
  • AI-judged instruction clarity (good).Pass
  • Context-footprint check failed: tool/resource definitions use about 1737 tokens (~115/item across 15 items; 15 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management90
  • Stability observed for 27 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage86
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 59% of tool parameters carry a description.Partial
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 2 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "removeProjectDomainModel" implies "remove" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 15 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the H2BIS ProjectBrain MCP server?

H2BIS ProjectBrain MCP runs locally as an npm package, launched with npx -y h2bis-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · h2bis-mcp

# add to Claude Code
claude mcp add h2bis-dev-h2bis-projectbrain-mcp -- npx -y h2bis-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "h2bis-dev-h2bis-projectbrain-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "h2bis-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "h2bis-dev-h2bis-projectbrain-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "h2bis-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add h2bis-dev-h2bis-projectbrain-mcp -- npx -y h2bis-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "h2bis-dev-h2bis-projectbrain-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "h2bis-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add h2bis-dev-h2bis-projectbrain-mcp --command npx --arg -y --arg h2bis-mcp
# ~/.hermes/config.yaml
mcp_servers:
  h2bis-dev-h2bis-projectbrain-mcp:
    command: "npx"
    args: ["-y", "h2bis-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "h2bis-dev-h2bis-projectbrain-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "h2bis-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add h2bis-dev-h2bis-projectbrain-mcp -t stdio -c npx -a -y h2bis-mcp
// mcp.json
{
  "mcpServers": {
    "h2bis-dev-h2bis-projectbrain-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "h2bis-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 +1
    • Security disclosure: unverified → fail functional
  • 19 Sept 26 0
    • Security disclosure: fail → unverified functional
  • 18 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 16 Sept 26 0
    • Stability: 0.97 → pass security
  • 15 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 13 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 11 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed npm/h2bis-mcp@1.1.18

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 118 packages
Packages resolved 118
Stale 37
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 15 exposed · ~1,737 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
createProject ~102

Create a new software development project with metadata, tech stack, architecture details, and quality gates.

NameTypeReqDescription
_idstringyesUnique project identifier (e.g., "my-project")
accessControlobjectAccess control settings
descriptionstringProject description
lifecyclestringProject lifecycle stage
metadataobjectProject metadata including tech stack, architecture, standards, etc.
namestringyesProject name

No output schema declared.

No examples provided.

createUseCase ~271

Create a new use case with all necessary details. If projectId is provided, automatically triggers capability graph generation. Required fields: key, name, description. All other fields are optional.

NameTypeReqDescription
acceptanceCriteriaarrayList of acceptance criteria
aiDirectivesobject
aiMetadataobject
businessValuestringBusiness value or justification
descriptionstringyesDetailed description of the use case
errorHandlingobject
flowsarray
functionalRequirementsobject
implementationRiskarray
interfacesobject
keystringyesUnique key for the use case (e.g., "UC-LOGIN")
namestringyesName of the use case
normativeboolean
primaryActorstringPrimary actor (e.g., "User", "Admin")
projectIdstringProject ID to associate the use case with (triggers capability generation)
qualityobject
relationshipsarray
scopeobject
stakeholdersarrayList of stakeholders
statusobject
tagsarray
technicalSurfaceobject

No output schema declared.

No examples provided.

deleteUseCase ~53

Delete a use case (soft delete). The use case will be marked as deleted but not removed from the database.

NameTypeReqDescription
useCaseIdstringyesThe unique identifier (_id) of the use case to delete

No output schema declared.

No examples provided.

enhanceUseCase ~92

Enhance a use case using AI. Fills in missing sections (flows, technical surface, domain model) based on existing data. Optionally specify enhancementType: full, partial, flows_only, or technical_only.

NameTypeReqDescription
enhancementTypestringType of enhancement to apply (default: full)
useCaseIdstringyesThe unique identifier (_id) of the use case to enhance with AI

No output schema declared.

No examples provided.

getProjectById ~54

Get a specific project by ID with complete details including metadata, architecture, tech stack, quality gates, domain catalog, stats, and endpoints.

NameTypeReqDescription
projectIdstringyesThe unique identifier of the project to retrieve

No output schema declared.

No examples provided.

getUseCaseById ~59

Get a specific use case by ID with complete details including functional requirements, flows, technical surface, domain model, and all other sections.

NameTypeReqDescription
useCaseIdstringyesThe unique identifier (_id) of the use case to retrieve

No output schema declared.

No examples provided.

getUseCaseWithProjectContext ~112

Retrieve a use case together with the full development context of its owning project (architecture, tech stack, repository, coding standards, auth strategy, quality gates, deployment, external services, developed endpoints, and stats). Use this tool whenever an AI agent needs to implement a software feature from a use case, so it can align the implementation with the project's architecture and conventions.

NameTypeReqDescription
useCaseIdstringyesThe unique identifier (_id) of the use case to retrieve together with its full project context

No output schema declared.

No examples provided.

listProjects ~85

List projects with optional filtering by status and pagination. Returns id, name, description, lifecycle, and stats. Use this first to discover projects, then use getProjectById for full details.

NameTypeReqDescription
limitnumberMaximum number of projects to return
offsetnumberNumber of projects to skip for pagination
statusstringFilter projects by status

No output schema declared.

No examples provided.

listUseCases ~98

List use cases with optional filtering by project and pagination. Returns id, key, name, description, status, and basic details. Use this first to discover use cases, then use getUseCaseById for full details.

NameTypeReqDescription
limitintegerMaximum number of use cases to return
offsetintegerNumber of use cases to skip (for pagination)
projectIdstringFilter use cases by project ID

No output schema declared.

No examples provided.

logout ~54

Sign out of the H2BIS system. Revokes the server-side refresh token and deletes the locally persisted access tokens. After logging out, the next tool call will automatically open a browser for a fresh GitHub OAuth sign-in.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

removeProjectDomainModel ~80

Remove a domain model from a project's domain catalog by name. Use this when a model is deleted or renamed during refactoring.

NameTypeReqDescription
modelNamestringyesExact name of the domain model to remove (case-sensitive, e.g. "UserDocument")
projectIdstringyesThe _id of the project that owns the domain catalog

No output schema declared.

No examples provided.

updateProject ~93

Update an existing project's details, metadata, lifecycle stage, or access control settings.

NameTypeReqDescription
accessControlobjectUpdated access control settings
descriptionstringUpdated project description
lifecyclestringUpdated project lifecycle stage
metadataobjectUpdated project metadata
namestringUpdated project name
projectIdstringyesThe unique identifier of the project to update

No output schema declared.

No examples provided.

updateUseCase ~217

Update an existing use case. All fields are optional — only provided fields will be updated. Use this for manual updates based on human input or agent analysis.

NameTypeReqDescription
acceptanceCriteriaarray
aiDirectivesobject
aiMetadataobject
businessValuestring
descriptionstringUpdate the description
errorHandlingobject
flowsarray
functionalRequirementsobject
implementationRiskarray
interfacesobject
namestringUpdate the name
normativeboolean
primaryActorstring
qualityobject
relationshipsarray
scopeobject
stakeholdersarray
statusobject
tagsarray
technicalSurfaceobject
useCaseIdstringyesThe unique identifier (_id) of the use case to update

No output schema declared.

No examples provided.

updateUseCaseWithAI ~102

Update a use case with AI-driven changes based on natural language instructions. Use this when you want to make targeted changes to a use case without manually editing fields. Preserves human-reviewed sections by default.

NameTypeReqDescription
instructionsstringyesNatural language instructions for AI-driven changes
preserveHumanEditsbooleanWhether to preserve human-reviewed sections
useCaseIdstringyesThe unique identifier (_id) of the use case to update

No output schema declared.

No examples provided.

upsertProjectDomainModel ~265

Add or replace a domain model (class/interface/DTO) in a project's domain catalog. Call this whenever you create or significantly change a TypeScript interface, class, Mongoose schema, Zod schema, or DTO while implementing a feature. Provide every field with its type, required flag, constraints, and the architectural layer (data | dto | domain | response | request | event | other). The model is upserted by name — re-calling with the same name updates it.

NameTypeReqDescription
addedBystringAgent or user identifier who is adding/updating this model (defaults to "system-mcp")
descriptionstringWhat this model represents
fieldsarrayField definitions for this model
layerstringArchitectural layer: data=DB document, dto=transport, domain=domain object, response/request=API shapes, event=async message, other.
namestringyesDomain model name (e.g. "UserDocument", "ProjectDto"). Case-sensitive — acts as the unique key for upsert.
projectIdstringyesThe _id of the project that owns this domain catalog
usedByUseCasesarrayList of use case IDs that reference this model

No output schema declared.

No examples provided.

Common questions

What is the H2BIS ProjectBrain MCP server?

H2BIS ProjectBrain MCP is listed in the public MCP registry as io.github.h2bis-dev/h2bis-projectbrain-mcp. Connect AI agents to H2BIS ProjectBrain - manage projects, use cases, and capabilities via MCP. This page covers its npm package (h2bis-mcp).

Is the H2BIS ProjectBrain MCP server safe to use?

H2BIS ProjectBrain MCP scores 80 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the H2BIS ProjectBrain MCP server expose?

H2BIS ProjectBrain MCP exposes 15 tools: listProjects, getProjectById, createProject, updateProject, upsertProjectDomainModel, and 10 more. Their descriptions and schemas cost roughly 1,737 tokens of context every time the server is loaded.

Is the H2BIS ProjectBrain MCP server still maintained?

H2BIS ProjectBrain MCP is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the H2BIS ProjectBrain MCP server under?

H2BIS ProjectBrain MCP declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.