
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
@mindstone/mcp-server-servicenow
Advanced tools
ServiceNow ITSM MCP server for Model Context Protocol hosts
ServiceNow ITSM MCP server for Model Context Protocol hosts. Manage incidents, change requests, users, and knowledge base articles in ServiceNow through a standardised MCP interface.
cd <path-to-repo>/connectors/servicenow
npm install
npm run build
npx -y @mindstone/mcp-server-servicenow
node dist/index.js
SERVICENOW_INSTANCE — ServiceNow instance name (e.g. acme for acme.service-now.com)SERVICENOW_USERNAME — ServiceNow usernameSERVICENOW_PASSWORD — ServiceNow passwordMCP_HOST_BRIDGE_STATE — optional path to a host bridge state file used for credential managementMINDSTONE_REBEL_BRIDGE_STATE — backwards-compatible alias for MCP_HOST_BRIDGE_STATE{
"mcpServers": {
"ServiceNow": {
"command": "npx",
"args": ["-y", "@mindstone/mcp-server-servicenow"],
"env": {
"SERVICENOW_INSTANCE": "your-instance",
"SERVICENOW_USERNAME": "your-username",
"SERVICENOW_PASSWORD": "your-password"
}
}
}
}
{
"mcpServers": {
"ServiceNow": {
"command": "node",
"args": ["<path-to-repo>/connectors/servicenow/dist/index.js"],
"env": {
"SERVICENOW_INSTANCE": "your-instance",
"SERVICENOW_USERNAME": "your-username",
"SERVICENOW_PASSWORD": "your-password"
}
}
}
}
configure_servicenow — Configure ServiceNow instance credentialslist_servicenow_incidents — List or search incidentsget_servicenow_incident — Get a single incident by number or sys_idcreate_servicenow_incident — Create a new incidentupdate_servicenow_incident — Update an existing incidentlist_servicenow_change_requests — List or search change requestsget_servicenow_change_request — Get a single change request by number or sys_idlist_servicenow_users — List or search userssearch_servicenow_knowledge — Search knowledge base articlesget_servicenow_knowledge_article — Get a full knowledge base articleFSL-1.1-MIT — Functional Source License, Version 1.1, with MIT future licence. The software converts to MIT licence on 2030-04-08.
FAQs
ServiceNow ITSM MCP server for Model Context Protocol hosts
We found that @mindstone/mcp-server-servicenow 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.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.