Interactive CLI to discover, security-audit, configure, and manage MCP servers for Antigravity CLI
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"antigravity-mcp-inst": {
"command": "npx",
"args": [
"-y",
"hrnntz/antigravity-mcp-installer"
]
}
}
}
Run in terminal:
claude mcp add antigravity-mcp-inst npx -y hrnntz/antigravity-mcp-installer
Add to .cursor/mcp.json:
{
"mcpServers": {
"antigravity-mcp-inst": {
"command": "npx",
"args": [
"-y",
"hrnntz/antigravity-mcp-installer"
]
}
}
}