BMC Helix MCP Server
Provides tools for SRE operations using BMC Helix ITSM REST APIs, including fetching table data, CMDB CI queries, change request tasks, problem investigation IDs, incident correlations, and MTTD calculations.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@BMC Helix MCP Serverget open critical incidents"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
BMC Helix MCP Server
The BMC Helix MCP Server is a Model Context Protocol (MCP) server for SRE operations using BMC Helix ITSM REST APIs. It is implemented in TypeScript, powered by Express, and optionally configurable with HTTPS/TLS.
Project Features
Model Context Protocol (MCP) Support: Built with
@modelcontextprotocol/sdkto seamlessly integrate with LLMs and coding assistants.Form & CI Operations: Wraps native BMC Helix ITSM REST API calls for fetching and paginating table data, CMDB CI querying by ID or Name, tasks, associations, and relationship checking.
Express + HTTPS: Supports standard HTTP as well as secure HTTPS with complete TLS certificate validation configurations.
Node v24 and modern ES Module structure.
Related MCP server: ServiceNow MCP Server
Directory Structure
src/mcp-server.ts: Fully-typed, rate-limited MCP Server application featuring express transport and tool mappings.certs/: Holds local client and server CA keys, configurations, and scripts for secure TLS enablement.tests/: Integration tests using a mock Helix Server to validate server endpoints, authorization, and tool schemas.
Registered MCP Tools
The server registers the following high-value tools:
helix_get_table_data: Retrieve records from any BMC Helix form (e.g.,HPD:IncidentInterface,CHG:Infrastructure Change) with optional query filters and record limits.helix_get_table_data_paginated: Automatically fetches and aggregates multi-page records from a form using offset-based pagination.helix_get_ci_by_id: Get a configuration item's attributes fromBMC.CORE:BMC_BaseElementby its unique entry Request ID.helix_get_ci_by_name: Find CMDB records by name.helix_get_change_request_tasks: Retrieves children task lists fromTMS:Taskfor a given Change ID (CRQ...).helix_get_problem_investigation_id: Finds the associated Problem ID for a given incident ticket.helix_get_change_configuration_items: Finds AST configuration items associated with a Change ID.
Installation & Setup
Copy
.env.exampleto.envand fill in your details:
cp .env.example .envConfiguration Settings in
.env:
HELIX_API_URL: BMC Helix Entry level URL endpoint.HELIX_TOKEN_URL: JWT Login payload URL endpoint.HELIX_USERID/HELIX_PASSWORD: Helix API Credentials.MCP_PORT: Web server running port (defaults to 3000).MCP_AUTH_TOKEN: Optional API Authorization Bearer token to secure the MCP endpoint from external entities.MCP_TLS_ENABLED: Set totrueto enable TLS on the express listener.
Install dependencies:
npm installBuild the application:
npm run buildStart the server (Dev / Production):
Production Mode:
npm run startDevelopment Mode:
npm run dev
Testing
The project includes an integration test suite implemented with Node's native test runner (via --test). It runs against a mock BMC Helix server environment to validate:
Server initialization & health status checks.
API authentication and security authorization filters (e.g., verifying
MCP_AUTH_TOKENbehavior).Tool definitions and structural query capability.
Exact end-to-end flow execution for tool retrievals (
helix_get_table_data,helix_get_table_data_paginated, CI queries, and Change/Problem relationships).
To execute the test suite:
npm testThis command will compile the TypeScript codebase into the production output directory, launch the integrated mock server, spawn the MCP Server as an isolated subprocess, and execute all validation assertions.
Contributing & Developer Certificate of Origin (DCO)
We welcome contributions to this project! To contribute, please make sure your commits are signed off to certify compliance with the Developer Certificate of Origin (DCO).
Developer Certificate of Origin 1.1
By making a contribution to this project, I certify that:
(a) The contribution was created in whole or in part by me and I have the right to submit it under the open source license indicated in the file; or
(b) The contribution is based upon previous work that, to the best of my knowledge, is covered under an appropriate open source license and I have the right under that license to submit that work with modifications, whether created in whole or in part by me, under the same open source license (unless I am permitted to submit under a different license), as indicated in the file; or
(c) The contribution was provided directly to me by some other person who certified that he or she may submit it under those terms, and I have not modified it; and
(d) I understand and agree that this project and the contribution are public and that a record of the contribution (including all personal information I submit with it, including my sign-off) is maintained indefinitely and may be redistributed consistent with this project or the open source license(s) involved.
How to Sign Off
To certify your agreement with the DCO, add a Signed-off-by line to every commit message. You can do this automatically by signing off your commit with the -s or --signoff flag:
git commit -s -m "Your commit message"This will append a line like the following to your commit message:
Signed-off-by: Jane Doe <jane.doe@example.com>License
This project is licensed under the MIT License.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rod-anami-kyndryl/bmc-helix-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server