Drive ServiceNow from VS Code Copilot Chat — 67 tools over the full REST surface, with plan-and-apply write safety, capability preflight and an ACL security scan.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Drive a ServiceNow instance from VS Code Copilot Chat (agent mode). This
extension registers the servicenow-mcp-ai
MCP server automatically — install it and the ServiceNow tools appear in Chat,
with no manual .vscode/mcp.json.
What you get
67 tools over the full ServiceNow REST surface (Table, Aggregate, Attachment,
Import Set, Batch, CMDB/IRE, Catalog, Change, Knowledge, Email), plus:
Plan-and-apply write safety — writes preview a before/after diff by default
(SN_WRITE_MODE=plan); execute only with apply: true. Every applied change is
journalled locally.
Capability preflight — reports which sys_* tables your user can actually
read, so the script/code tools never return a silently empty result.
ACL security scan, where-used / impact graph, field redaction,
CSV export, and a CI drift gate.
Setup
Install this extension. The ServiceNow MCP server is registered for Copilot
Chat (it runs via npx -y servicenow-mcp-ai, so Node.js 20+ is required).