# Antigravity — Repo Q&A Engine + Optional MCP > A multi-agent repo knowledge engine (`ag-refresh`, `ag-ask`) that makes a codebase queryable, with optional MCP; verified 1216★, pushed 2026-05-14. ## Install Merge the JSON below into your `.mcp.json`: ## Quick Use ```bash pip install "git+https://github.com/study8677/antigravity-workspace-template.git#subdirectory=cli" pip install "git+https://github.com/study8677/antigravity-workspace-template.git#subdirectory=engine" cat > .env < Antigravity Workspace **Antigravity — Workspace Template for Claude Code, Codex CLI & Cursor** ### Multi-agent knowledge engine + optional MCP server that turns any repo into a queryable AI assistant. Works with Claude Code, Codex CLI, Cursor, Windsurf, and Gemini CLI. `ag-refresh` builds a knowledge base. `ag-ask` answers questions. Any LLM, any IDE. Language: **English** | [中文](README_CN.md) | [Español](README_ES.md) [![License](https://img.shields.io/badge/License-MIT-green?style=for-the-badge)](LICENSE) [![Python](https://img.shields.io/badge/Python-3.10+-3776AB?style=for-the-badge&logo=python&logoColor=white)](https://python.org/) [![CI](https://img.shields.io/github/actions/workflow/status/study8677/antigravity-workspace-template/test.yml?style=for-the-badge&label=CI)](https://github.com/study8677/antigravity-workspace-template/actions) [![DeepWiki](https://img.shields.io/badge/DeepWiki-Docs-blue?style=for-the-badge&logo=gitbook&logoColor=white)](https://deepwiki.com/study8677/antigravity-workspace-template) [![NLPM](https://img.shields.io/badge/NLPM-audited-7C3AED?style=for-the-badge)](https://github.com/xiaolai/nlpm-for-claude)
Cursor Claude Code Windsurf Gemini CLI VS Code Codex Cline Aider
Before vs After Antigravity

## Why Antigravity? > An AI Agent's capability ceiling = **the quality of context it can read.** ### Source-backed notes - README documents the core commands `ag-refresh` and `ag-ask`, and shows manual install via `pip install git+...#subdirectory=cli/engine`. - README claims a head-to-head eval on 36 questions and includes quantitative results and dates (see README section headings). - Repo is MIT licensed and supports multiple hosts (Claude Code, Codex, Cursor) per README badges/table. ### FAQ - **Do I need MCP enabled?**: No—README shows CLI-only flows; MCP is optional when you want tool integration. - **What are the core commands?**: `ag-refresh` builds/refreshes knowledge; `ag-ask` answers questions over the current workspace (README). - **How long does a first setup take?**: Expect ~15–35 minutes depending on model/provider setup and repo size; tune timeouts in `.env`. ## Source & Thanks > Created by [study8677](https://github.com/study8677). Licensed under MIT. > > [study8677/antigravity-workspace-template](https://github.com/study8677/antigravity-workspace-template) — ⭐ 1216 Thanks to the upstream maintainers and contributors for publishing this work under an open license. --- ## Quick Use ```bash pip install "git+https://github.com/study8677/antigravity-workspace-template.git#subdirectory=cli" pip install "git+https://github.com/study8677/antigravity-workspace-template.git#subdirectory=engine" cat > .env < Antigravity Workspace **Antigravity — Workspace Template for Claude Code, Codex CLI & Cursor** ### Multi-agent knowledge engine + optional MCP server that turns any repo into a queryable AI assistant. Works with Claude Code, Codex CLI, Cursor, Windsurf, and Gemini CLI. `ag-refresh` builds a knowledge base. `ag-ask` answers questions. Any LLM, any IDE. Language: **English** | [中文](README_CN.md) | [Español](README_ES.md) [![License](https://img.shields.io/badge/License-MIT-green?style=for-the-badge)](LICENSE) [![Python](https://img.shields.io/badge/Python-3.10+-3776AB?style=for-the-badge&logo=python&logoColor=white)](https://python.org/) [![CI](https://img.shields.io/github/actions/workflow/status/study8677/antigravity-workspace-template/test.yml?style=for-the-badge&label=CI)](https://github.com/study8677/antigravity-workspace-template/actions) [![DeepWiki](https://img.shields.io/badge/DeepWiki-Docs-blue?style=for-the-badge&logo=gitbook&logoColor=white)](https://deepwiki.com/study8677/antigravity-workspace-template) [![NLPM](https://img.shields.io/badge/NLPM-audited-7C3AED?style=for-the-badge)](https://github.com/xiaolai/nlpm-for-claude)
Cursor Claude Code Windsurf Gemini CLI VS Code Codex Cline Aider
Before vs After Antigravity

## Why Antigravity? > An AI Agent's capability ceiling = **the quality of context it can read.** ### Source-backed notes - README 记录核心命令 `ag-refresh` 与 `ag-ask`,并给出通过 `pip install git+...#subdirectory=cli/engine` 的手动安装方式。 - README 包含 36 个问题的对比评测章节,并给出量化结果与日期(见对应标题)。 - 仓库为 MIT 许可证,README 标记支持 Claude Code、Codex、Cursor 等多宿主。 ### FAQ - **必须开 MCP 吗?**:不必须:README 给出纯 CLI 流程;只有需要工具式集成时再开 MCP。 - **核心命令是什么?**:`ag-refresh` 构建/刷新知识库,`ag-ask` 基于当前工作区做问答(见 README)。 - **首次配置大概要多久?**:通常 15–35 分钟,取决于 Provider/模型配置与仓库规模;可在 `.env` 调超时。 ## Source & Thanks > Created by [study8677](https://github.com/study8677). Licensed under MIT. > > [study8677/antigravity-workspace-template](https://github.com/study8677/antigravity-workspace-template) — ⭐ 1216 --- Source: https://tokrepo.com/en/workflows/antigravity-repo-q-a-engine-optional-mcp Author: MCP Hub