Safe, disposable Git workspaces for coding agents.

Setup

Run the latest Groveyard release from the repository where your coding agent works. Groveyard detects your coding app, configures its MCP connection and native instructions, then verifies that everything is ready.

npx -y @groveyard/mcp@latest setup
$ npx -y @groveyard/mcp@latest setup
 Found repository
 Detected coding app
 Installed Groveyard MCP
 Added agent instructions
 Verified connection

Groveyard is ready. Restart your coding app, then give your agent a task.

Works with your coding app

Groveyard supports Codex, Claude Code, VS Code/Copilot, Cursor, Gemini CLI, OpenCode, Claude Desktop, and other MCP clients.

Usage

Ask your agent to make a change. Groveyard creates or adopts an isolated workspace, keeps your main checkout clean, and validates the handoff.

You:
Fix the authentication timeout. Run the tests.

Agent:
 Groveyard session started
 Working in an isolated workspace
 Validation passed
 Changes ready to merge

A complete task lifecycle

Start a session, work inside the returned workspace, validate the result, then finish or clean up when the task is done.

start_sessionsession_statusvalidate_session
finish_sessioncleanup_session