Back to MCP Directory
Mcgravity
Model Context Protocol moderate risk

Mcgravity

McGravity is a TUI-based AI-assisted coding tool that breaks down tasks into smaller, manageable units for iterative development and review.

Connections & Capabilities

Connects To

GitHub

Capabilities

readwriteexec

Quickstart

Install

npm install -g @anthropic-ai/claude-code  # Claude Code

Exposed MCP Tools (2)

safe
Planning Model (Claude, Codex, Gemini)

Breaks down a high-level task into smaller, actionable sub-tasks.

Generates task files but doesn't execute code directly.

moderate
Execution Model (Claude, Codex, Gemini)

Implements the tasks defined in the task files by modifying code.

Modifies code files based on the AI's interpretation of the task.

Safety Assessment

McGravity's safety depends heavily on the user's prompt engineering and review process. It's relatively safe for prototyping and experimentation in isolated environments. However, it poses a moderate risk in production environments due to its ability to modify code directly.

  • Requires user confirmation before executing tasks.
  • Settings are saved locally, minimizing external data exposure.
  • Uses AI tools that the user installs and configures themselves.
  • Provides a review cycle to verify changes before proceeding.
  • Executes code changes directly in the user's project directory.
  • Relies on external AI tools which may have their own security vulnerabilities.
  • Can potentially introduce unintended code changes if tasks are poorly defined.
  • Accesses and modifies files based on AI-generated plans.