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",
"$DVT_HOME/platform/<os>_<arch>/bin/dvt_mcp.sh connect"
],
"env": {
"DVT_HOME": "<extensions_dir>/amiq.dvt-<version>-<os>-<arch>/dvt_home"
}
}
}
}
{
"mcpServers": {
"dvt": {
"command": "/bin/bash",
"args": [
"-c",
"$DVT_HOME/bin/dvt_mcp.sh connect"
],
"env": {
"DVT_HOME": "path/to/dvt_home"
}
}
}
}
Note
Mainstream MCP hosts limit the environment of the MCP Server subprocess. Ensure that DVT_HOME and other necessary environment variables are properly set in the configuration.