Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

SN MCP Server in other clients