MCP Server for ServiceNow
@mady22070
MCP Server for ServiceNow について
This MCP Server for ServiceNow is designed to be both generic and extensible. It leverages a modular approach to handle a wide range of ServiceNow use cases, from core ITSM operations to advanced CMDB management and dynamic workflow orchestration.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"ServiceNowMCPServer": {
"command": "python",
"args": [
"-m",
"venv",
"venv"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is MCP Server for ServiceNow?
MCP Server for ServiceNow is a generic, modular, and extensible MCP integration that exposes ServiceNow capabilities as tools for AI agents and external systems. It covers ITSM, ITOM, SAM, HAM, Enhanced CMDB, PPM, Employee Experience, Reporting, Analytics, dynamic tool registration, and workflow orchestration.
How to use MCP Server for ServiceNow?
Clone the repository, create a Python 3.7+ virtual environment, install dependencies (requests, fastapi, uvicorn, MCP SDK), set your ServiceNow instance URL and authentication method (basic or OAuth) in config.py, then run python main.py to start the server using standard I/O transport. Tools are invoked by sending JSON payloads specifying the tool name and arguments.
Key features of MCP Server for ServiceNow
- Generic ServiceNow client with CRUD, queries, Basic & OAuth auth.
- Modular architecture with separate domain modules (ITSM, ITOM, etc.).
- Enhanced CMDB with validation, deduplication, relationship management, enrichment, and audit logging.
- Dynamic tool registration, deregistration, and listing at runtime.
- Workflow orchestration for coordinating complex multi-step processes.
- Rich, configurable prompt templates for AI agent interactions.
Use cases of MCP Server for ServiceNow
- Automate incident management (create, read, update, delete incidents) via AI agents.
- Manage asset lifecycle (SAM license records, HAM asset records) from external orchestration tools.
- Perform enhanced CMDB operations (create/query CI records, deduplicate, manage relationships, enrich data).
- Trigger ITOM events and manage PPM projects through API-driven workflows.
- Orchestrate multi-step access provisioning or other business processes using the workflow module.
FAQ from MCP Server for ServiceNow
What authentication methods are supported?
The server supports both Basic Authentication and OAuth. Set SN_AUTH_METHOD in config.py to either "basic" or "oauth" and provide the corresponding credentials.
What are the runtime requirements?
Python 3.7 or higher is required, along with the packages requests, fastapi, uvicorn, and the MCP SDK.
How are tools invoked?
Tools are invoked by sending a JSON payload with a name field (the tool name) and an arguments object matching the tool’s input schema. The server uses standard I/O transport for development and testing.
Does the server support dynamic tool registration?
Yes, the dynamic_tools module allows registration, deregistration, and listing of new tools at runtime without server restart.
What is the default transport?
The MCP server uses standard I/O transport when started via python main.py, making it suitable for development and testing with MCP-compatible clients.
「推論」の他のコンテンツ
Part 1. Real-Time LangGraph Agent with MCP Tool Execution
junfanz1This project demonstrates a decoupled real-time agent architecture that connects LangGraph agents to remote tools served by custom MCP (Modular Command Protocol) servers. The architecture enables a flexible and scalable multi-agent system where each tool can be hosted independent
🐢🚀 Node.js Sandbox MCP Server
alfonsograzianoA Node.js–based Model Context Protocol server that spins up disposable Docker containers to execute arbitrary JavaScript.
Agenticstore — The Open Source Standard For Local Mcp Tooling
agenticstoreAgenticStore: The secure toolkit for AI agents. Instantly equip Claude Desktop, Cursor, and Windsurf with 27+ MCP tools, persistent memory, and SearXNG search, all protected by a built-in PII prompt firewall to protect your data from being exposed to AI agents.
Deno Sandbox MCP Server
bewt85An MCP server that allows you to run TypeScript, JavaScript, and Python code in a sandbox on your local machine using the Deno® sandbox. This server provides a controlled environment for executing code with explicit permission controls.
Agentic Radar
splx-aiA security scanner for your LLM agentic workflows
コメント