Esta página se muestra en inglés. Una traducción al español está en curso.
MCP ConfigsMay 14, 2026·3 min de lectura

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.

Listo para agents

Este activo puede ser leído e instalado directamente por agents

TokRepo expone un comando CLI universal, contrato de instalación, metadata JSON, plan según adaptador y contenido raw para que los agents evalúen compatibilidad, riesgo y próximos pasos.

Native · 94/100Política: permitir
Superficie agent
Cualquier agent MCP/CLI
Tipo
Mcp
Instalación
Pip|Pipx|Mcp
Confianza
Confianza: Established
Entrada
ag-refresh / ag-ask
Comando CLI universal
npx tokrepo install d828b3ef-c24f-5e72-b341-76825d521d7f
Introducción

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.
🙏

Fuente y agradecimientos

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.

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados