overture
Verified Safeby jander99
Overview
Orchestrates Model Context Protocol (MCP) servers and AI agents across multiple AI development tools from a unified configuration.
Installation
node dist/apps/cli/main.jsEnvironment Variables
- GITHUB_TOKEN
- BRAVE_API_KEY
- DATABASE_URL
- POSTGRES_CONNECTION_STRING
- MYSQL_URL
- MONGODB_URI
- AWS_ACCESS_KEY_ID
- AWS_SECRET_ACCESS_KEY
- API_KEY
Security Notes
The project demonstrates strong security awareness. It actively validates against hardcoded credentials (GitHub tokens, database strings, AWS keys, etc.) in configuration files. Process execution uses 'execa' which is safer against shell injection, and its adapter includes specific tests against such vulnerabilities. ESLint with a security plugin is used. No 'eval' or obvious obfuscation was found. The process locking mechanism is robust. Sensitive data like API keys are expected to be provided via environment variables, not hardcoded in configs.
Similar Servers
docfork
Provides live-synced, context-aware, and version-accurate documentation to AI models, preventing hallucinations and context bloat for developer tasks.
mmcp
Manages Model Context Protocol (MCP) server definitions in a central configuration and applies them to various AI agent tools.
mcp-cli
A command-line interface tool for managing Model Context Protocol (MCP) server configuration files across various AI tools.
llms
A centralized configuration and documentation management system for LLMs, providing tools for building skills, commands, agents, prompts, and managing MCP servers across multiple LLM providers.