69
/ 100
24 days ago
glama

ServiceNow FastMCP Server

MCP server that enables LLMs to interact with ServiceNow instances for managing incidents, users, stories, workflows, knowledge base articles, and script includes via the FastMCP framework.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
🔐
You'll be asked for 4 credentials: SERVICENOW_PASSWORD, SERVICENOW_CLIENT_SECRET, SERVICENOW_API_KEY, MCP_AUTH_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configSERVICENOW_INSTANCE_URL
configSERVICENOW_DEBUG
configSERVICENOW_TIMEOUT
configPORT8080 Listen port
configMCP_HOST0.0.0.0 Bind interface (keep 0.0.0.0 for Docker/EC2)
configSERVICENOW_SSL_CERT_PATHC:\path\to\your\corporate-ca.crt
configSERVICENOW_DISABLE_SSL_VERIFYNote: If is not present, or set to false, the server will default to secure verification (using SERVICENOW_SSL_CERT_PATH if provided, or system defaults).
configSERVICENOW_AUTH_TYPE
configSERVICENOW_USERNAME
🔐 secretSERVICENOW_PASSWORD
configSERVICENOW_CLIENT_ID
🔐 secretSERVICENOW_CLIENT_SECRET
configSERVICENOW_TOKEN_URL
🔐 secretSERVICENOW_API_KEY
configSERVICENOW_API_KEY_HEADER
configSCRIPT_EXECUTION_API_RESOURCE_PATH
🔐 secretMCP_AUTH_TOKENrandom-secret> servicenow-mcp-http
configMCP_TRANSPORThttp http (Streamable HTTP) or sse (legacy)
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 5 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/alenthomas2468-servicenow-mcp-fast-i6ojng)](https://m8ven.ai/mcp/alenthomas2468-servicenow-mcp-fast-i6ojng)
commit: 1c7e58cc8b77c2d19343182bf212add23a94ed48
code hash: 3a2a488006dd6478b2fb109e310cd915f374e1ac45464cb7ad78715cc0fc25e4
verified: 7/7/2026, 9:56:29 AM
view raw JSON →