Odel
bmc helix mcp

bmc helix mcp

Local
@rod-anami-kyndrylTypeScriptUpdated 1mo ago

A MCP Server for BMC Helix ITSM API.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmbmc-helix-mcpv0.1.1

Run

npx -y bmc-helix-mcp

MCP client config

{
  "mcpServers": {
    "bmc-helix-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "bmc-helix-mcp"
      ]
    }
  }
}