Awesome MCPCloud & DevOps

echelon-ai-labs/servicenow-mcp

⭐ 297 Python repository created 2025-03-01

ServiceNow MCP Server is a Python MCP server that bridges an AI assistant and a ServiceNow instance, letting the model read data and perform actions through the ServiceNow API. It authenticates with basic credentials, OAuth or an API key, configured through a .env file or environment variables, and it can query records and tables, create, update and delete records, execute scripts and workflows, and inspect and optimize the service catalog. A debug mode is available for troubleshooting. The server runs in the standard stdio mode via python -m servicenow_mcp.cli, or as a web service using Server-Sent Events through the servicenow-mcp-sse command, which binds to 0.0.0.0:8080 by default and exposes an /sse connection endpoint plus a /messages/ endpoint for sending messages; an example shows building the Starlette application directly and serving it with uvicorn. Because the full tool set is large enough to strain clients with tool limits, the server supports tool packages selected through the MCP_TOOL_PACKAGE environment variable and defined in config/tool_packages.yaml. Default packages follow ServiceNow roles: service_desk, catalog_builder, change_coordinator, knowledge_author, platform_developer, system_administrator and agile_management, plus full, which is the default, and none. An invalid value falls back to none with a warning, and a list_tool_packages introspection tool reports the available packages and the active one. Tools cover incident management, service catalog items, categories and variables, catalog optimization recommendations, and change request creation and updates, among other areas. Python 3.11 or newer and access credentials for a ServiceNow instance are required.

https://github.com/echelon-ai-labs/servicenow-mcp

mcpservicenowitsmincident-managementchange-managementservice-catalogpythonsseenterprise

Also in Cloud & DevOps

apache/apisix

Apache APISIX is a high-performance cloud-native API Gateway and AI Gateway that supports Model Context Protocol (MCP) integration through its mcp-bridge plugin, offering dynamic traffic management, security, and observability features.

awslabs/mcp

AWS MCP Servers is a suite of specialized Model Context Protocol servers that integrate AWS best practices and resources into AI-powered development workflows to enhance cloud-native development and infrastructure management.

webiny/webiny-js

Webiny is an open-source, self-hosted headless CMS and framework, built on AWS serverless with AI-assisted development capabilities via an embedded MCP server, designed for large organizations.

modelcontextprotocol/registry

MCP Registry is a community-driven centralized service offering a RESTful API for discovering, managing, and publishing Model Context Protocol (MCP) servers with MongoDB and Docker support.

beclab/Olares

Olares is an open-source personal cloud operating system that enables users to run local AI models and applications with personalized, context-aware AI interactions using a Model Context Protocol-like mechanism, providing a private and secure AI home server environment.

cloudflare/mcp-server-cloudflare

Cloudflare MCP Server is a suite of MCP servers that enable large language model clients to interact with and manage Cloudflare's cloud services through natural language commands, facilitating automation and insights across various domains.

grafana/mcp-grafana

mcp-grafana is an MCP server that provides comprehensive programmatic access to Grafana's dashboards, datasources, alerts, incidents, and on-call management features through MCP clients.

metorial/mcp-containers

MCP Containers offers containerized versions of hundreds of MCP servers, enabling easy, secure, and up-to-date deployment of Model Context Protocol servers for AI integration and experimentation.