loading…
Search for a command to run...
loading…
Enables OpenClaw agents to delegate complex coding tasks to the Antigravity VS Code environment via a filesystem-based mailbox system. It provides tools to subm
Enables OpenClaw agents to delegate complex coding tasks to the Antigravity VS Code environment via a filesystem-based mailbox system. It provides tools to submit tasks, monitor execution status, and retrieve results directly within the development workflow.
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"mcp-antigravity-bridge": {
"command": "npx",
"args": []
}
}
}