MCP.so
登录

McGravity

@tigranbs

关于 McGravity

Fast TUI that orchestrates AI coding tools (Claude Code, Codex, Gemini) in a plan→execute→review loop. Breaks work into atomic tasks for easier verification and course-correction.

基本信息

分类

AI 与智能体

运行时

rust

传输方式

stdio

发布者

tigranbs

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is McGravity?

McGravity is a fast, opinionated terminal UI (TUI) for AI-assisted coding. It orchestrates AI coding tools (Claude Code, Codex, Gemini) in a tight feedback loop: plan small tasks, execute one at a time, review, and replan. The tool is built for developers who want controlled, iterative AI assistance rather than dumping a large prompt.

How to use McGravity?

Install McGravity globally via npm (npm install -g mcgravity), then install at least one supported AI CLI tool (Claude Code, Codex, or Gemini CLI). Navigate to your project directory and run mcgravity. On first run it detects available AI tools and asks which to use for planning and execution. Type a task description and press Enter to start the flow. Settings are saved automatically to .mcgravity/settings.json.

Key features of McGravity

  • Breaks work into atomic, verifiable tasks.
  • Supports multiple AI backends: Claude Code, Codex, Gemini.
  • File mentions with fuzzy search via @ syntax.
  • Slash commands for settings, clear, and exit.
  • Runs entirely locally; no code or keys transmitted.
  • Configurable max iterations and enter behavior.

Use cases of McGravity

  • Break a large feature request into small, sequential tasks.
  • Review and course-correct after each AI-generated change.
  • Build a new endpoint by planning, implementing, and testing incrementally.
  • Fix bugs with controlled, iterative AI suggestions.

FAQ from McGravity

Which AI tools does McGravity support?

McGravity supports Claude Code, Codex (OpenAI), and Gemini CLI (Google). You need at least one installed.

How do I install McGravity?

Install it with npm install -g mcgravity, or build from source using cargo install --path . after cloning the repository.

Does McGravity send my code anywhere?

No. McGravity runs AI CLI tools locally on your machine and never collects, stores, or transmits your code or API keys.

Where are settings stored?

Settings are saved automatically to .mcgravity/settings.json in your project directory.

How do I insert a newline in the task input?

Use Ctrl+J (works on all terminals), Shift+Enter, or a backslash escape (\ then Enter). You can also set "Enter Behavior" to "Newline" in settings.

评论

AI 与智能体 分类下的更多 MCP 服务器