Skip to content

MCP Integration

Fresh

Google 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

  1. Open the MCP Store from the agent settings
  2. Browse available servers
  3. Install and authenticate

Via Custom Configuration

  1. Open Manage MCP Servers
  2. Click View raw config
  3. Modify mcp_config.json to add your custom server

Supported MCP Servers

Antigravity's built-in MCP Store includes servers for:

CategoryServers
DatabasesAlloyDB, BigQuery, Cloud SQL (PostgreSQL, MySQL, SQL Server), MongoDB, Neon, Pinecone, Redis, Spanner, Supabase
Dev ToolsDart, Figma, GitHub, Harness, Heroku, Linear, Locofy, Netlify, Prisma, SonarQube
ProductivityAtlassian, Looker, Notion
AI/SearchAirweave, Arize, Perplexity, Sequential Thinking
PaymentsPayPal, Stripe
InfrastructureDataplex, 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.

SOP Documentation Site