MCP ConfigsMay 14, 2026·3 min read

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.

Agent ready

This asset can be read and installed directly by agents

TokRepo exposes a universal CLI command, install contract, metadata JSON, adapter-aware plan, and raw content links so agents can judge fit, risk, and next actions.

Native · 94/100Policy: allow
Agent surface
Any MCP/CLI agent
Kind
Mcp
Install
Pip|Pipx|Mcp
Trust
Trust: Established
Entrypoint
ag-refresh / ag-ask
Universal CLI install command
npx tokrepo install d828b3ef-c24f-5e72-b341-76825d521d7f
Intro

A multi-agent repo knowledge engine (ag-refresh, ag-ask) that makes a codebase queryable, with optional MCP; verified 1216★, pushed 2026-05-14.

Best for: Teams onboarding large repos who want evidence-rich answers with file paths and routing

Works with: Claude Code, Codex CLI, Cursor; Python 3.10+ and pip/uv per README

Setup time: 15-35 minutes

Key facts (verified)

  • GitHub: 1216 stars · 249 forks · pushed 2026-05-14.
  • License: MIT · owner avatar + repo URL verified via GitHub API.
  • README-backed entrypoint: ag-refresh / ag-ask.

Main

  • Run ag-refresh first: it builds the knowledge base so later Q&A is grounded in module docs rather than random file picks.

  • Use ag-ask as your default onboarding interface: ask architecture questions and require file-path evidence in answers.

  • Keep .antigravity/ under version control when useful so context stays consistent across IDEs and teammates.

  • Enable MCP only when you need tool-style integration; the CLI workflow already works across hosts per README.

README (excerpt)

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 | 中文 | Español

License Python CI DeepWiki NLPM


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. Licensed under MIT.

study8677/antigravity-workspace-template — ⭐ 1216

Thanks to the upstream maintainers and contributors for publishing this work under an open license.

Discussion

Sign in to join the discussion.
No comments yet. Be the first to share your thoughts.

Related Assets