Landing zone plus observability agents (Skills+ MCP Server). Link: https://carimeb.github.io/Maestro/
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"maestro": {
"command": "npx",
"args": [
"-y",
"carimeb/Maestro"
]
}
}
}
Run in terminal:
claude mcp add maestro npx -y carimeb/Maestro
Add to .cursor/mcp.json:
{
"mcpServers": {
"maestro": {
"command": "npx",
"args": [
"-y",
"carimeb/Maestro"
]
}
}
}