{ "mcp_servers": [ { "args": [ "run", "-i", "--rm", "mcp/time" ], "command": "docker", "name": "time", "transport": "stdio", "type": "command" }, { "args": [ "run", "-i", "--rm", "mcp/sequentialthinking" ], "command": "docker", "name": "sequential_thinking", "transport": "stdio", "type": "command" }, { "name": "voice_generator", "transport": "streamable-http", "type": "url", "url": "http://localhost:7861/gradio_api/mcp" }, { "name": "video_generator", "transport": "streamable-http", "type": "url", "url": "http://localhost:7862/gradio_api/mcp/?tools=generate_video_mcp" } ] }