efecte-mcp
Verified Safeby maholick
Overview
Integrates AI assistants with Efecte/Matrix42 Service Management systems, enabling natural language interactions for managing incidents, requests, problems, and other service desk entities through its Model Context Protocol (MCP) server.
Installation
docker compose up efecte-mcpEnvironment Variables
- EFECTE_BASE_URL
- EFECTE_USERNAME
- EFECTE_PASSWORD
Security Notes
The server demonstrates strong security practices including explicit origin validation (configurable via EFECTE_TRANSPORT_HTTP_ALLOWED_ORIGINS), rate limiting via express-rate-limit, automatic JWT token management with refresh, and comprehensive runtime input validation across all tools. Credentials are correctly loaded from environment variables and not hardcoded. Session management for HTTP transport includes UUID generation and periodic cleanup of idle sessions. No direct 'eval' or arbitrary command execution is present in the core server logic. A minor point is deducted because the default for allowed origins, if not explicitly configured, allows all, which could be a risk if not tightened in production environments.
Similar Servers
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.
openapi-mcp-server
Converts OpenAPI specifications into Model Context Protocol (MCP) tools, enabling AI assistants to interact with APIs.
photons
A comprehensive demonstration MCP server showcasing various functionalities of the Photon runtime, including basic data handling, streaming responses, progress reporting, in-memory state management, and interactive UI elements. It serves as a reference for developers building new photons.
MCP-Council
Automates the conversion of REST APIs into AI-powered MCP (Model Context Protocol) servers, enabling seamless integration of APIs with AI assistants.