SN MCP Server for Zed
io.github.imjaineel/sn-mcp-server
Multi-instance read-only MCP server for ServiceNow
client:Zed
transport:stdio
runtime:npm
Install SN MCP Server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"sn-mcp-server": {
"command": "npx",
"args": [
"-y",
"@imjaineel-dev/sn-mcp-server"
],
"env": {
"SN_INSTANCE_CONFIG": "<SN_INSTANCE_CONFIG>",
"SN_MCP_SERVER_VERBOSE": "<SN_MCP_SERVER_VERBOSE>",
"SN_LOG_DIR": "<SN_LOG_DIR>",
"GITHUB_TOKEN": "<GITHUB_TOKEN>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs