servicenow mcp ai for Zed
io.github.ivanbbaev/servicenow-mcp-ai
ServiceNow MCP server — 67 tools over the full REST surface, every auth method, flows, diagrams.
client:Zed
transport:stdio
runtime:npm
Install servicenow mcp ai in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"servicenow-mcp-ai": {
"command": "npx",
"args": [
"-y",
"servicenow-mcp-ai"
],
"env": {
"SN_INSTANCE": "<SN_INSTANCE>",
"SN_AUTH": "<SN_AUTH>",
"SN_USER": "<SN_USER>",
"SN_PASSWORD": "<SN_PASSWORD>",
"SN_API_KEY": "<SN_API_KEY>",
"SN_TOOL_PACKAGES": "<SN_TOOL_PACKAGES>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs