Antigravity Storage Manager

v1.0.0Cloud Servicesstable

Unified AI Gateway with visual dashboard, secure Google Drive sync, Telegram notifications, multi-account profiles, real-time quota monitoring, Proxy support, MCP server, and advanced backup tools.

aiantigravityantigravity-extensionconversation-analysis
Share:
81
Stars
0
Downloads
0
Weekly
0/5

What is Antigravity Storage Manager?

Antigravity Storage Manager is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to unified ai gateway with visual dashboard, secure google drive sync, telegram notifications, multi-account profiles, real-time quota monitoring, proxy support, mcp server, and advanced backup tools.

Unified AI Gateway with visual dashboard, secure Google Drive sync, Telegram notifications, multi-account profiles, real-time quota monitoring, Proxy support, MCP server, and advanced backup tools.

This server falls under the Cloud Services category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Unified AI Gateway with visual dashboard, secure Google Driv

Use Cases

Google Drive integration and backup
Unified AI gateway with dashboard
Real-time quota monitoring
unchase

Maintainer

LicenseMIT
Languagetypescript
Versionv1.0.0
UpdatedMay 16, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx antigravity-storage-manager

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Antigravity Storage Manager

Antigravity Storage Manager is a VS Code extension that doubles as an MCP server, acting as a unified AI gateway that proxies requests to multiple AI providers (Gemini CLI, Codex, and others) through a single local endpoint. It provides a visual dashboard for managing AI provider quotas, syncs conversation data to Google Drive, sends system alerts via a Telegram bot, and supports multi-account profile switching. Teams and power users adopt it to avoid juggling multiple AI subscriptions while maintaining a single audit trail of AI interactions.

Prerequisites

  • VS Code 1.96.0+ installed
  • A Google account for Google Drive sync features
  • A Telegram bot token from BotFather (required only for Telegram notifications)
  • An MCP-compatible client such as Claude Desktop or Gemini CLI
1

Install the VS Code extension

Open the VS Code Extensions panel (Ctrl+Shift+X), search for 'Antigravity Storage Manager', and click Install. Alternatively install from the VS Code Marketplace website.

2

Start the proxy server

Open the VS Code Command Palette (Ctrl+Shift+P) and run 'Antigravity Proxy: Dashboard' to start the local proxy. By default it listens on port 8317.

3

Configure the proxy settings

Set the proxy port and optional upstream corporate proxy in VS Code settings. These values are written to your VS Code user settings JSON.

// VS Code settings.json
{
  "antigravity.proxy.port": 8317,
  "antigravity.proxy.enabled": true
}
4

Set up Google Drive sync

Run 'Antigravity Storage: Setup Google Drive Sync' from the Command Palette and follow the OAuth flow to authorise access. Synced data is stored in a folder named AntigravitySync on your Drive.

5

Configure Telegram notifications (optional)

Add your Telegram bot token and authorised user IDs to VS Code settings to enable /stats, /sync, and /ping bot commands.

// VS Code settings.json
{
  "antigravity.telegram.botToken": "YOUR_BOT_TOKEN",
  "antigravity.telegram.userIds": [123456789]
}
6

Register the MCP server in your AI client

Point your MCP client at the local Antigravity MCP endpoint. The MCP config file is auto-created at ~/.gemini/antigravity/mcp/mcp_config.json.

Antigravity Storage Manager Examples

Client configuration

Claude Desktop configuration connecting to the Antigravity local proxy MCP endpoint.

{
  "mcpServers": {
    "antigravity": {
      "command": "npx",
      "args": ["antigravity-storage-manager"],
      "env": {
        "PROXY_PORT": "8317"
      }
    }
  }
}

Prompts to try

Example prompts using Antigravity's MCP tools to check quota and model availability.

- "Check the current proxy status and list all configured AI providers"
- "What AI models are available through the Antigravity gateway right now?"
- "Show me the remaining quota for Gemini CLI and Codex accounts"
- "Run a chat completion via the proxy and tell me which provider handled it"

Troubleshooting Antigravity Storage Manager

Proxy fails to start on port 8317

Another process may be using port 8317. Change the port in VS Code settings: set 'antigravity.proxy.port' to an unused port such as 8318, then restart VS Code.

Google Drive sync fails with an authentication error

Re-run 'Antigravity Storage: Setup Google Drive Sync' from the Command Palette to refresh the OAuth token. Ensure you are signed into the correct Google account in your browser.

MCP tools return no data when called from Claude Desktop

Verify the Antigravity proxy is running (check the status bar in VS Code) and that the port in your MCP client config matches the configured 'antigravity.proxy.port' value.

Frequently Asked Questions about Antigravity Storage Manager

What is Antigravity Storage Manager?

Antigravity Storage Manager is a Model Context Protocol (MCP) server that unified ai gateway with visual dashboard, secure google drive sync, telegram notifications, multi-account profiles, real-time quota monitoring, proxy support, mcp server, and advanced backup tools. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Antigravity Storage Manager?

Follow the installation instructions on the Antigravity Storage Manager GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Antigravity Storage Manager?

Antigravity Storage Manager works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Antigravity Storage Manager free to use?

Yes, Antigravity Storage Manager is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

Browse More Cloud Services MCP Servers

Explore all cloud services servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "antigravity-storage-manager": { "command": "npx", "args": ["-y", "antigravity-storage-manager"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Antigravity Storage Manager?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides