Integrations
Antigravity
Raw-config integration guidance with an explicit caveat.
Antigravity
Fit
Antigravity appears compatible with SecureMCP-Lite through its raw MCP configuration flow.
This page is intentionally written with a caveat:
- the current guidance is based on Antigravity’s public MCP configuration flow
- SecureMCP-Lite has not yet been verified end-to-end against Antigravity in this repository
Reported configuration flow
Antigravity’s public MCP pages describe a flow similar to:
- open the MCP store
- choose Manage MCP Servers
- choose View raw config
- edit
mcp_config.json
If that flow is available in your Antigravity build, configure a local server entry like this:
{
"mcpServers": {
"repo-guard": {
"command": "npx",
"args": [
"securemcp-lite",
"start",
"--target",
"npx -y @modelcontextprotocol/server-filesystem .",
"--target-cwd",
"/absolute/path/to/project",
"--config",
"/absolute/path/to/project/secure-mcp.yml"
]
}
}
}
Rollout steps
- confirm your Antigravity build supports local MCP server configuration
- add the
repo-guardentry above - start with a read-only filesystem policy
- manually verify one allowed call and one blocked call
Recommendation
Treat this integration as promising but not yet verified.
For launch credibility, do not claim first-class Antigravity support until you run a real compatibility pass.
Public reference used
- Antigravity Codes MCP pages: https://antigravity.codes/External