MCP server for live-coding Hydra with an AI agent: dry-run validation, shared human/agent editing, screenshots, crossfades, and Syphon/NDI video out
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"hydra-mcp": {
"command": "npx",
"args": [
"-y",
"brandon-stargrave/hydra-mcp"
]
}
}
}
Run in terminal:
claude mcp add hydra-mcp npx -y brandon-stargrave/hydra-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"hydra-mcp": {
"command": "npx",
"args": [
"-y",
"brandon-stargrave/hydra-mcp"
]
}
}
}