engineering-standards-mcp
Verified Safeby scanady
Overview
Manages engineering standards, practices, and processes, providing AI assistants with structured access to an organization's knowledge base.
Installation
npm startEnvironment 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
context-portal
Manages structured project context for AI assistants and developer tools, enabling Retrieval Augmented Generation (RAG) and prompt caching within IDEs.
1xn-vmcp
An open-source platform for composing, customizing, and extending multiple Model Context Protocol (MCP) servers into a single logical, virtual MCP server, enabling fine-grained context engineering for AI workflows and agents.
mcp-advisor
Provides LLMs and humans with structured access to the Model Context Protocol (MCP) specification and documentation for understanding and compliance evaluation.
ai-skills-hub
Provides AI assistants with access to a team's coding standards, best practices, and knowledge base by dynamically loading Markdown skill files via an MCP server.