
Research
/Security News
737 Chrome VPN Extensions Linked to Brand Impersonation and Browser Traffic Redirection
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.
@mindstone-engineering/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-engineering/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-engineering/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-engineering/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.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

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