Antigravity
To configure the MCP Server in Google Antigravity IDE, open the “Additional options” dropdown via the “…” button at the top of the editor’s “Agent” panel. Go to , and add the following configuration to the mcp_config.json.
{
"mcpServers": {
"dvt": {
"command": "/bin/bash",
"args": [
"-c",
"$HOME/.dvt/bin/dvt_env exec dvt_mcp.sh connect"
]
}
}
}
{
"mcpServers": {
"dvt": {
"command": "cmd",
"args": [
"/c",
"%UserProfile%/.dvt/bin/dvt_env.exe exec dvt_mcp.bat connect"
]
}
}
}