Loading languages...
SE

servicenow-mcp

@echelon-ai-labs115

MCP Server for ServiceNow

servicenow
mcp-server
api-integration
service-management

# mcpServer Config

{
  "mcpServers": {
    "ServiceNow": {
      "command": "/Users/yourusername/dev/servicenow-mcp/.venv/bin/python",
      "args": [
        "-m",
        "servicenow_mcp.cli"
      ],
      "env": {
        "SERVICENOW_INSTANCE_URL": "https://your-instance.service-now.com",
        "SERVICENOW_USERNAME": "your-username",
        "SERVICENOW_PASSWORD": "your-password",
        "SERVICENOW_AUTH_TYPE": "basic"
      }
    }
  }
}

# stdio

python -m servicenow_mcp.cli
Transport:
stdio
sse
言語:
Python
作成日:3/1/2025
更新日:7/31/2025