maintenance-mcp
Verified Safeby jbandu
Overview
Provides comprehensive maintenance intelligence for airline operations, including predictive maintenance, parts optimization, and compliance tracking.
Installation
node dist/index.jsEnvironment Variables
- POSTGRES_URL
- DB_MAX_CONNECTIONS
- DB_IDLE_TIMEOUT
- DB_CONNECTION_TIMEOUT
- ENABLE_NEO4J
- NEO4J_URI
- NEO4J_USERNAME
- NEO4J_PASSWORD
- NEO4J_DATABASE
- ML_MODEL_PATH
- PYTHON_ML_SERVICE_URL
- PREDICTION_THRESHOLD
- LLM_MODE
- OLLAMA_URL
- CLAUDE_API_KEY
- LOG_LEVEL
- LOG_FORMAT
- NODE_ENV
- PORT
- AIRCRAFT_MCP_ENABLED
- CREW_MCP_ENABLED
- ROUTES_MCP_ENABLED
Security Notes
The server utilizes environment variables for all sensitive configurations (PostgreSQL, Neo4j, Claude API keys), which is a good security practice. Input validation is performed using Zod schemas for all tool arguments, helping to prevent common injection vulnerabilities. No 'eval' or explicit obfuscation is present. While integrations with external ML/LLM services introduce inherent network risks, these are managed through standard practices (e.g., API keys, URLs). Many tool handlers are currently marked with 'TODO', indicating that the full implementation and thus complete security posture of those features are not yet defined in the provided source.
Similar Servers
plane-mcp-server
Provides AI agents with tools to interact with Plane APIs for project and work item management.
mcpcat-python-sdk
An analytics and observability SDK for Multi-modal Conversational Platform (MCP) servers, capturing user behavior and tool interactions for product development and debugging.
mcp-hangar
Lifecycle management and orchestration platform for Model Context Protocol (MCP) providers, focusing on auto-discovery, observability, and resilience for LLM tooling at scale.
mcp-maintainer-toolkit
This server provides a Model Context Protocol (MCP) interface with various tools and resources designed to assist in maintaining, testing, and developing MCP repositories and clients.