mcp-ai-agent-guidelines
Verified Safeby Anselmoo
Overview
A comprehensive framework for building, orchestrating, and validating AI agents and their design processes, with a strong focus on code quality, security, and prompt engineering.
Installation
node dist/index.jsEnvironment Variables
- OPENAI_API_KEY
- ANTHROPIC_API_KEY
- GOOGLE_API_KEY
Security Notes
The framework employs robust internal safeguards such as Zod schema validation for all tool inputs, a tool invocation allowlist, recursion depth limits, and concurrency controls. It explicitly uses an 'escapeRegex' function to prevent ReDoS attacks in dependency auditing. While 'subprocess' imports are present in demo/summarized files, core tool logic (visible in truncated code) primarily focuses on analysis or generation rather than external execution of unsanitized input. The system checks for hardcoded secrets in 'clean-code-scorer'. Potential risks could arise from unsandboxed execution of user-provided code in specialized analysis tools or if LLM responses are not properly sanitized before further processing, but the framework aims to mitigate these.
Similar Servers
claude-prompts-mcp
Manages hot-reloadable prompt templates, structured reasoning, and multi-step chain workflows to enhance AI assistant interactions through a Model Context Protocol (MCP) compatible server.
agentor
Deploy scalable AI agents with tool integrations (weather, email, GitHub, etc.) and support for A2A and MCP communication protocols.
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.
ncp
A unified Model Context Protocol (MCP) orchestrator that enables semantic tool discovery, management, scheduling, and execution across a diverse ecosystem of connected AI tools and services.