Antigravity-SDK-Agent-Cli

chipsxp/Antigravity-SDK-Agent-Cli
★ 0 stars Python Memory/Knowledge Updated today
This repository also houses the **AI Document Researcher**, a fully local Model Context Protocol (MCP) server built with the Google Agent Development Kit (ADK) and `agents-cli`. The AI Researcher acts as an autonomous coding assistant that ingests your local Markdown and Txt documentation into a temporal knowledge graph.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "antigravity-sdk-agen": {
      "command": "uvx",
      "args": [
        "antigravity-sdk-agent-cli"
      ]
    }
  }
}

Or install with pip: pip install antigravity-sdk-agent-cli

README Excerpt

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. --- This repository also houses the **AI Document Researcher**, a fully local Model Context Protocol (MCP) server built with the Google Agent Development Kit (ADK) and `agents-cli`.

Tools (2)

Agentmy_server