Back to Home
maholick icon

efecte-mcp

Verified Safe

by 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

Run Command
docker compose up efecte-mcp

Environment 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

Stats

Interest Score0
Security Score9
Cost ClassHigh
Avg Tokens25000
Stars0
Forks0
Last Update2025-12-14

Tags

AI IntegrationService ManagementNode.jsREST APICRUD Operations