Antigravity Storage Manager
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.
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
Maintainer
Works with
Installation
Manual Installation
npx antigravity-storage-managerConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
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
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.
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.
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
}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.
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]
}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.
Antigravity Storage Manager Alternatives — Similar Cloud Services Servers
Looking for alternatives to Antigravity Storage Manager? Here are other popular cloud services servers you can use with Claude, Cursor, and VS Code.
Open WebUI
★ 138.2kUser-friendly AI Interface (Supports Ollama, OpenAI API, ...)
Anything LLM
★ 60.4kThe all-in-one AI productivity accelerator. On device and privacy first with no annoying setup or configuration.
LocalAI
★ 46.4kLocalAI is the open-source AI engine. Run any model - LLMs, vision, voice, image, video - on any hardware. No GPU required.
Nacos
★ 33.0kan easy-to-use dynamic service discovery, configuration and service management platform for building AI cloud native applications.
Xiaozhi ESP32
★ 26.7k本项目为xiaozhi-esp32提供后端服务,帮助您快速搭建ESP32设备控制服务器。Backend service for xiaozhi-esp32, helps you quickly build an ESP32 device control server.
Gateway
★ 11.8kA blazing fast AI Gateway with integrated guardrails. Route to 1,600+ LLMs, 50+ AI Guardrails with 1 fast & friendly API.
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.
Set Up Antigravity Storage Manager in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
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.