Skip to content
VS Code

chp mcp for VS Code

io.github.icohangar-ops/chp-mcp

Spend approval gate for AI agents: budget caps, HITL thresholds, signed audit hash.

client:VS Code transport:stdio runtime:npm

Install chp mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "chp-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@cubiczan/chp-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

chp mcp in other clients