my-servicenow-mcp-server
Verified Safeby bhandary
Overview
Provides a Model Context Protocol (MCP) server that enables AI agents to access and manipulate ServiceNow data through a secure API.
Installation
python main.py --transport streamable-httpEnvironment Variables
- SERVICENOW_INSTANCE_URL
- SERVICENOW_USERNAME
- SERVICENOW_PASSWORD
Security Notes
No `eval` or obfuscation found. Credentials are primarily retrieved from environment variables or command-line arguments, which is a good practice. The server binds to `0.0.0.0` by default, making it accessible externally if not properly firewalled. Currently, only Basic Authentication is directly supported via the `main` function's command-line parsing, although classes for Token and OAuth authentication exist.
Similar Servers
mcp
Connect IBM products and other enterprise systems to AI agents via the Model Context Protocol (MCP) to enable AI models to interact with various local and remote resources.
tmcp
A server implementation for the Model Context Protocol (MCP) to enable LLMs to access external context and tools.
servicenow-api
The ServiceNow MCP Server acts as a Model Context Protocol (MCP) endpoint, wrapping ServiceNow APIs as tools for consumption by LLMs and multi-agent systems, enabling automated interaction with ServiceNow for tasks like incident management, change management, and CMDB queries.
MCP-Agent
An autonomous AI agent designed to discover, connect to, and utilize tools and resources from various Model Context Protocol (MCP) servers to accomplish tasks.