antigravity-sdk-python MCP Server
google-antigravity/antigravity-sdk-python
A Python library for building AI agents that leverage the full power of Google Antigravity.
claude mcp add agentrank -- npx -y agentrank-mcp-server Overview
google-antigravity/antigravity-sdk-python is a Python tool licensed under Apache-2.0. A Python library for building AI agents that leverage the full power of Google Antigravity. Topics: ai-agents, antigravity, gemini, gemini-api, google, llm-agents, mcp, python-sdk, skills.
Ranked #315 out of 24840 indexed tools.
In the top 2% of all indexed tools.
Has 3,514 GitHub stars.
Has 13 contributors.
Actively maintained with commits in the last week.
Ecosystem
Score Breakdown
3,514 stars → well-known project
Last commit 2d ago → actively maintained
140/174 issues closed → responsive maintainer
13 contributors → active community
No dependents → no downstream usage
Weights: Freshness 20% · Issue Health 20% · Dependents 22% · Stars 10% · Contributors 8% · How we score →
Matched Queries
From the README
# Google Antigravity SDK The Google Antigravity SDK is a Python SDK for building AI agents powered by Antigravity and Gemini. It provides a secure, scalable, and stateful infrastructure layer that abstracts the agentic loop, letting you focus on what your agent *does* rather than how it runs. ## Installation ```sh pip install google-antigravity ``` > [!IMPORTANT] > The Google Antigravity SDK relies on a compiled runtime binary that is > included in the platform-specific wheels published to > [PyPI](https://pypi.org/project/google-antigravity/). **Cloning this > repository alone is not sufficient to run the SDK.** Always install from > PyPI with `pip install google-antigravity` to obtain the binary. ## Quickstart Get started by running one of the [`examples/`](examples/), such as the `hello_world` example with: ```sh export GEMINI_API_KEY="your_api_key_here" python ./examples/getting_started/hello_world.py ``` ## Gemini Enterprise Agent Platform (formerly Vertex AI) To use the SRead full README on GitHub →
Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.