
Research
/Security News
Popular npm Packages in the keyv and Cacheable Namespaces Compromised in Active Supply Chain Attack
Popular npm packages keyv and cacheable compromised.
bmc-helix-mcp
Advanced tools
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.
For details on releases and updates, see the Changelog.
@modelcontextprotocol/sdk to seamlessly integrate with LLMs and coding assistants.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.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 from BMC.CORE:BMC_BaseElement by its unique entry Request ID.helix_get_ci_by_name: Find CMDB records by name.helix_get_change_request_tasks: Retrieves children task lists from TMS:Task for 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..env.example to .env and fill in your details:cp .env.example .env
.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 to true to enable TLS on the express listener.If your BMC Helix instance uses self-signed, internal, or custom CA certificates, you can automatically retrieve the certificate chain using the helper script:
./certs/helix-certs.sh https://your-helix-instance.onbmc.com
This retrieves the website's certificate chain via openssl and saves it to certs/helix-certs.pem. Then, reference it in your .env configuration:
HELIX_CERT_PATH=./certs/helix-certs.pem
npm install
npm run build
npm run startnpm run devThe 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:
MCP_AUTH_TOKEN behavior).helix_get_table_data, helix_get_table_data_paginated, CI queries, and Change/Problem relationships).To execute the test suite:
npm test
This 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.
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).
DCO is a lightweight legal framework that ensures contributors have the right to submit their code under the project's open source license. By signing off your commits, you certify that you have the right to contribute the code and that it complies with the project's licensing terms.
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>
See CHANGELOG.md for a history of changes.
This project is licensed under the MIT License.
FAQs
A MCP Server for BMC Helix ITSM API.
The npm package bmc-helix-mcp receives a total of 44 weekly downloads. As such, bmc-helix-mcp popularity was classified as not popular.
We found that bmc-helix-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.

Security News
/Company News
Socket has joined the new Composer and Packagist sponsorship program as a launch sponsor, supporting the team that keeps PHP's package ecosystem secure.