mcp-ai-agent-guidelines
by Anselmoo
Overview
A comprehensive AI agent development framework focused on structured design, prompt engineering, code analysis, and agent-to-agent orchestration for developers.
Installation
npm startEnvironment Variables
- MCP_USE_POLYGLOT_GATEWAY
- OPENAI_API_KEY
- ANTHROPIC_API_KEY
- GOOGLE_API_KEY
Security Notes
The `hashInput` function in `src/tools/shared/a2a-context.ts` is explicitly noted as a 'demonstration implementation' with 'potential collisions' and recommends replacement with a secure hashing library for production, which is a critical vulnerability if deployed as-is. Agent-to-agent invocation (via `ToolRegistry`) necessitates careful management of `canInvoke` permissions to prevent privilege escalation. Hardcoded secrets are present in test files but not in core application logic.
Similar Servers
agentor
Build and deploy scalable AI agents that can interact with various tools and communicate via A2A and MCP protocols.
claude-prompts-mcp
Enhances AI assistant behavior through structured prompt management, multi-step chains, quality gates, and autonomous verification loops, primarily for development tasks.
mcpc
Build and compose agentic Model Context Protocol (MCP) servers and tools, enabling AI assistants to discover, integrate, and orchestrate other MCP servers for complex tasks.
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.