← Back to Plugins
MCP Server MCP

ServiceNow

github By github 👁 1 views ▲ 0 votes

ServiceNow ITSM MCP server for Model Context Protocol hosts

Homepage Verified source GitHub

Install

npx -y @mindstone/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@mindstone/mcp-server-servicenow",
      "version": "0.3.1",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "ServiceNow instance name (e.g. acme for acme.service-now.com)",
          "isRequired": true,
          "format": "string",
          "name": "SERVICENOW_INSTANCE"
        },
        {
          "description": "ServiceNow username",
          "isRequired": true,
          "format": "string",
          "name": "SERVICENOW_USERNAME"
        },
        {
          "description": "ServiceNow password",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "SERVICENOW_PASSWORD"
        },
        {
          "description": "OAuth 2.0 client ID (optional; alternative to username/password when the instance enforces MFA/SSO — requires an OAuth application registry entry with the client credentials grant enabled)",
          "format": "string",
          "name": "SERVICENOW_CLIENT_ID"
        },
        {
          "description": "OAuth 2.0 client secret (optional; used with SERVICENOW_CLIENT_ID instead of username/password)",
          "format": "string",
          "isSecret": true,
          "name": "SERVICENOW_CLIENT_SECRET"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...