Back to Home
scanady icon

engineering-standards-mcp

Verified Safe

by scanady

Overview

Manages engineering standards, practices, and processes, providing AI assistants with structured access to an organization's knowledge base.

Installation

Run Command
npm start

Environment Variables

  • PORT
  • STANDARDS_DIR
  • NODE_ENV

Security Notes

The server uses `fs.promises` for file system operations (read, write, delete, rename) within a configurable `STANDARDS_DIR`. Input validation is performed using Zod schemas, and path/filename sanitization (`normalizeTargetPath`, `sanitizeFilename`) is implemented to mitigate path traversal risks. The `create_standard` and `update_standard` tools are explicitly marked as 'destructive'. No direct use of `eval` or similar dangerous functions, nor any obvious hardcoded secrets, was found. The Docker configuration enforces running as a non-root user (UID 1001).

Similar Servers

Stats

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

Tags

MCP ServerEngineering StandardsKnowledge BaseDocumentation ManagementAI Assistant Integration