MCP Integration
FreshGoogle Antigravity supports the Model Context Protocol (MCP) for connecting the agent to local tools, databases, and external services.
What MCP Enables
Context Resources
Live data the agent can inspect during conversations:
- Database schema inspection
- Build logs and CI output
- Runtime configuration
Custom Tools
Actions the agent can invoke through MCP servers:
- Create Linear issues
- Search Notion pages
- Query GitHub repositories
- Interact with databases
Connecting MCP Servers
Via MCP Store (Recommended)
- Open the MCP Store from the agent settings
- Browse available servers
- Install and authenticate
Via Custom Configuration
- Open Manage MCP Servers
- Click View raw config
- Modify
mcp_config.jsonto add your custom server
Supported MCP Servers
Antigravity's built-in MCP Store includes servers for:
| Category | Servers |
|---|---|
| Databases | AlloyDB, BigQuery, Cloud SQL (PostgreSQL, MySQL, SQL Server), MongoDB, Neon, Pinecone, Redis, Spanner, Supabase |
| Dev Tools | Dart, Figma, GitHub, Harness, Heroku, Linear, Locofy, Netlify, Prisma, SonarQube |
| Productivity | Atlassian, Looker, Notion |
| AI/Search | Airweave, Arize, Perplexity, Sequential Thinking |
| Payments | PayPal, Stripe |
| Infrastructure | Dataplex, Firebase, MCP Toolbox |
TIP
The MCP Store handles installation and authentication automatically. Use custom configuration only when connecting to private or self-hosted MCP servers.