mcp-server-servicenow

junioroliveira1662/mcp-server-servicenow
★ 0 stars Python Code/Dev Tools Updated today
An MCP server.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-serviceno": {
      "command": "uvx",
      "args": [
        "mcp-server-servicenow"
      ]
    }
  }
}

Or install with pip: pip install mcp-server-servicenow

README Excerpt

Servidor Python/FastMCP para consultar, criar e atualizar incidentes pela Table API do ServiceNow. Executa localmente via **stdio**, com uma instância e uma identidade por processo. Requisitos: Python 3.12+ e [uv](https://docs.astral.sh/uv/getting-started/installation/). ```sh uv sync --locked ``` Crie um `.env` na raiz usando `.env.example` como referência e preencha as credenciais.

Tools (11)

SERVICENOW_AUTH_TYPESERVICENOW_INSTANCE_URLSERVICENOW_PASSWORDSERVICENOW_TIMEOUT_SECONDSSERVICENOW_TOKENSERVICENOW_USERNAMEadd_incident_commentcreate_incidentget_incidentlist_incidentsupdate_incident