agent-standards-mcp
Verified Safeby n-r-w
Overview
Provides LLM agents with programmatic access to a centralized catalog of coding and API standards, optimizing context usage by dynamically loading relevant rules.
Installation
./agent-standards-mcpEnvironment Variables
- AGENT_STANDARDS_MCP_LOG_LEVEL
- AGENT_STANDARDS_MCP_FOLDER
- AGENT_STANDARDS_MCP_MAX_STANDARDS
- AGENT_STANDARDS_MCP_MAX_STANDARD_SIZE
Security Notes
The server demonstrates strong security practices: it explicitly checks for path traversal vulnerabilities in file operations, relies on environment variables for sensitive configurations, and uses stdio for communication, minimizing network attack surface. It leverages well-vetted Go libraries and includes security-conscious coding rules in its own standards. No 'eval' or similar dynamic code execution is apparent. However, it's critical that the standards content loaded by the server itself is trusted, as malicious content within the standards files could potentially lead to prompt injection or other issues if consumed by an LLM agent.
Similar Servers
mcp-k8s-go
This MCP server enables interaction with Kubernetes clusters to list, get, apply, and execute commands on various resources through a conversational interface.
tmcp
A server implementation for the Model Context Protocol (MCP) to enable LLMs to access external context and tools.
mcp-advisor
Provides LLMs and humans with structured access to the Model Context Protocol (MCP) specification and documentation for understanding and compliance evaluation.
tenets
Provides intelligent, token-optimized code context and automatically injects guiding principles to AI coding assistants for enhanced understanding and consistent interactions.