servicenow-mcp-server

rajkumar2289/servicenow-mcp-server

3.1

If you are the rightful owner of servicenow-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

This ServiceNow MCP server provides secure, read-only access to incident management tools using Streamable HTTP transport.

ServiceNow MCP Server (Read-Only)

This MCP server offers secure read-only ServiceNow incident management tools via Streamable HTTP transport.

🚀 Features

  • Streamable JSON-RPC over /mcp
  • Auth: API Key, Basic Auth, OAuth 2.0 Bearer
  • Filterable incident actions (caller, priority, cmdb_ci, etc.)
  • SSE and session support for MCP
  • Copilot Studio / GitHub Copilot Enterprise ready
  • Docker support

🛠️ Setup

git clone <repo>
cd servicenow-mcp
cp .env.example .env
python3 -m venv venv && source venv/bin/activate
pip install -r requirements.txt
python main.py