Back to Home
Anselmoo icon

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

Run Command
npm start

Environment 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

Stats

Interest Score35
Security Score6
Cost ClassMedium
Avg Tokens3000
Stars5
Forks1
Last Update2026-01-19

Tags

AI AgentDevelopment FrameworkOrchestrationPrompt EngineeringDesign AssistantCode AnalysisTool HarmonizationError HandlingSpec-Kit