Back to Home
n-r-w icon

agent-standards-mcp

Verified Safe

by 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

Run Command
./agent-standards-mcp

Environment 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

Stats

Interest Score32
Security Score9
Cost ClassMedium
Avg Tokens2000
Stars2
Forks0
Last Update2026-01-09

Tags

MCP ServerLLM AgentsCoding StandardsAPI DesignContext Management