Documentation

Antigravity Integration

Connect Antigravity to Axiomry using Model Context Protocol for seamless AI-powered task management

Security Notice

Only connect to your development/staging Axiomry instances. Never use production access tokens with AI tools. Always review AI-generated changes before applying.

Quick Start

Get up and running with Axiomry MCP integration in Antigravity in 2 simple steps.

1. Create Access Token

Go to Settings → MCP Server Access in your Axiomry dashboard and create a new access token

2. Configure Your Code Editor

Follow the configuration instructions below to set up MCP in Antigravity

MCP Configuration

Add the following to your Antigravity MCP config file, then replace YOUR_API_KEY_HERE with your access token. Create Access Token.

Config file location

macOS / Linux: ~/.gemini/config/mcp_config.json (global) or .agents/mcp_config.json in your workspace

Windows: ~/.gemini/config/mcp_config.json (global) or .agents/mcp_config.json in your workspace

{
  "mcpServers": {
    "axiomry": {
      "serverUrl": "https://axiomry.com/api/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY_HERE"
      }
    }
  }
}

Installation Steps

  1. Fastest: type `/mcp` in the prompt panel and press Enter to open the MCP Manager overlay.
  2. Or open the "MCP Servers" menu (click "..." in the agent panel) and select "Manage MCP Servers".
  3. Click "View raw config" to open mcp_config.json — this is the most reliable way to find the right file.
  4. Add the configuration below to the mcpServers section.
  5. Replace the Bearer token in headers.Authorization with your Axiomry access token.
  6. Save the file, click "Refresh" in the "Manage MCP Servers" panel, then restart Antigravity.

Save the file and restart Antigravity. The Axiomry tools will then be available to your AI assistant.

Applying the config in Antigravity

  1. In Antigravity, click "..." in the agent panel and select "Manage MCP Servers".
  2. Click "View raw config" to open the config file.
  3. Add the configuration above to the mcpServers section.
  4. Save the file and click "Refresh" in the "Manage MCP Servers" panel, then restart Antigravity.

Example AI Conversations

Try these natural language commands with Antigravity to manage your Axiomry tasks.

Task Management

"What projects do I have in Axiomry?"

Shows all your projects with current status

"Show me available tasks I can work on project X"

Lists unblocked tasks ready to begin for a specific project

"Create a new task for implementing feature X"

Creates a new task in your project

Project Operations

"Mark the database migration task as complete"

Updates task status and unblocks dependent tasks

"What's the current status of my project?"

Shows project overview with task completion status

"Show me tasks that are blocked by others"

Lists tasks waiting for dependencies to complete

Next Steps

Explore Available Tools

Discover all the MCP tools available in Axiomry and learn how to use them effectively.

View Supported Tools →