← Back to Plugins
MCP Server MCP

io.github.nickzitzer/servicenow-nodejs

github By github 👁 1 views ▲ 0 votes

Multi-instance ServiceNow MCP server with 40+ tools and intelligent schema discovery

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "servicenow-mcp-server",
      "version": "2.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "ServiceNow instance URL (e.g., https://dev123456.service-now.com)",
          "isRequired": true,
          "format": "string",
          "name": "SERVICENOW_INSTANCE_URL"
        },
        {
          "description": "ServiceNow username",
          "isRequired": true,
          "format": "string",
          "name": "SERVICENOW_USERNAME"
        },
        {
          "description": "ServiceNow password",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "SERVICENOW_PASSWORD"
        },
        {
          "description": "Authentication type (default: basic)",
          "format": "string",
          "name": "SERVICENOW_AUTH_TYPE"
        },
        {
          "description": "Specific instance name from config file (optional)",
          "format": "string",
          "name": "SERVICENOW_INSTANCE"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...