Back to Home
rinaldofesta icon

mcp-andromeda

by rinaldofesta

Overview

Generates Model Context Protocol (MCP) servers from YAML configurations, enabling simplified AI tool integration for developers.

Installation

Run Command
python server.py

Environment Variables

  • DATABASE_URL
  • API_BASE_URL
  • API_KEY
  • API_TOKEN
  • ALLOWED_PATHS
  • USER_AGENT

Security Notes

The 'python_inline' tool type allows arbitrary Python code execution directly from the YAML configuration, posing a high risk if configuration sources are untrusted. Crucially, the built-in 'database' template generates code highly vulnerable to SQL injection due to direct string concatenation in SQL queries without proper parameterization. HTTP tool configurations also perform direct environment variable substitution into URLs and headers, which could potentially introduce risks if environment variables are not sanitized. These issues mean the builder can generate inherently insecure server code.

Similar Servers

Stats

Interest Score0
Security Score3
Cost ClassLow
Avg Tokens100
Stars0
Forks0
Last Update2025-11-25

Tags

AI ToolingCode GenerationCLIYAMLDeveloper Tools