Discover and explore top open-source AI tools and projects—updated daily.
echelon-ai-labsLLM integration server for ServiceNow
Top 99.0% on SourcePulse
Summary
This project provides a Model Completion Protocol (MCP) server for ServiceNow, enabling AI models like Claude to interact with ServiceNow instances. It serves as a bridge for retrieving data and executing actions via the ServiceNow API, benefiting users who need to integrate AI capabilities with their ServiceNow environment for automation and data access.
How It Works
The server implements the MCP protocol, acting as an intermediary between an AI model and ServiceNow. It leverages ServiceNow's APIs to perform operations such as querying records, creating/updating data, executing scripts, and accessing the Service Catalog. Communication is supported via standard input/output (stdio) or Server-Sent Events (SSE) for flexible integration patterns.
Quick Start & Requirements
python -m venv .venv), activate it, and install (pip install -e .)..env file (e.g., SERVICENOW_INSTANCE_URL, SERVICENOW_USERNAME, SERVICENOW_PASSWORD, SERVICENOW_AUTH_TYPE).python -m servicenow_mcp.cli) or start the SSE server (servicenow-mcp-sse).docs directory.Highlighted Details
service_desk, catalog_builder, platform_developer) configurable via the MCP_TOOL_PACKAGE environment variable.list_tool_packages tool for discovering available toolsets.Maintenance & Community
Contributions are welcomed via pull requests. No specific details on maintainers, sponsorships, or dedicated community channels (like Discord/Slack) are provided in the README.
Licensing & Compatibility
Limitations & Caveats
The project details troubleshooting steps for common errors, particularly within Change Management tools, suggesting potential areas requiring careful parameter handling or configuration. Tool availability is dependent on the selected package, necessitating explicit configuration for specific use cases.
1 month ago
Inactive
cloudflare
zenml-io
micro