Created
July 29, 2026 09:45
-
-
Save Narayan-Dhingra/c3e763148bb13ee5ebdf4f24e1ee6e6f to your computer and use it in GitHub Desktop.
Maestro MCP json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "mcpServers": { | |
| "maestro": { | |
| "command": "npx", | |
| "args": [ | |
| "-y", | |
| "@sharpdeveye/maestro-workflow-mcp" | |
| ], | |
| "env": { | |
| "MAESTRO_DRIVER": "ios" | |
| } | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment