Skip to content
Cursor

SN MCP Server for Cursor

io.github.imjaineel/sn-mcp-server

Multi-instance read-only MCP server for ServiceNow

client:Cursor transport:stdio runtime:npm

Install SN MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "sn-mcp-server": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

SN MCP Server in other clients