Apollo

GitHub

Apollo is a reliable configuration management system suitable for microservice configuration management scenarios.

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "Apollo": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-Apollo"
      ]
    }
  }
}