Back to Home
jbandu icon

maintenance-mcp

Verified Safe

by jbandu

Overview

Provides comprehensive maintenance intelligence for airline operations, including predictive maintenance, parts optimization, and compliance tracking.

Installation

Run Command
node dist/index.js

Environment 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

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens750
Stars0
Forks0
Last Update2025-11-28

Tags

Predictive MaintenanceMROAviationInventory OptimizationCompliance Tracking