Cadence
AI ToolsIntegrations

Antigravity

Configure Antigravity to work with Cadence.

Install the Cadence skill

npx skills add outblock/cadence-lang.org

Antigravity reads project-level context files automatically, so SKILL.md is picked up on startup.

Add MCP server

Add the Cadence MCP server to your Antigravity configuration:

{
  "mcpServers": {
    "cadence": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://cadence-mcp.up.railway.app/mcp"]
    }
  }
}

This gives Antigravity access to all MCP tools — documentation search, code checking, type inspection, and more.

On this page