mcp-standards
Verified Safeby airmcp-com
Overview
A self-learning AI standards system that optimizes context, extracts patterns, and manages Claude's memory and preferences through a cost-efficient model routing architecture.
Installation
uv run python -m mcp_standards.enhanced_serverEnvironment Variables
- COST_OPTIMIZATION
- DEFAULT_MODEL
- FALLBACK_MODEL
- GEMINI_API_KEY
Security Notes
The system demonstrates strong security practices, including explicit path whitelisting for 'CLAUDE.md' file updates and the consistent use of parameterized queries for SQLite interactions, effectively mitigating common vulnerabilities like SQL injection and arbitrary file writes. Reliance on the 'npx agentdb' command, while standard for integrating Node.js CLI tools, introduces a dependency on the supply chain security of the 'agentdb' npm package.
Similar Servers
memory-graph
A graph-based MCP server that provides intelligent memory capabilities for Claude Code, enabling persistent knowledge tracking, relationship mapping, and contextual development assistance.
tenets
Provides intelligent, token-optimized code context and automatically injects guiding principles to AI coding assistants for enhanced understanding and consistent interactions.
mcp-ai-agent-guidelines
A comprehensive AI agent development framework focused on structured design, prompt engineering, code analysis, and agent-to-agent orchestration for developers.
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.