Model Context Protocol

Fix tasks that flow straight into your AI coding assistant.

Connect VibeZero to your coding agent through a secure, per-project MCP server. Your agent reads the fix queue and moves tasks as it works. No copy-paste, no context loss.

How it works

From commit to a verified fix, in one loop.

01

Scan your repository

Connect a repo through the GitHub App and run a launch-readiness scan across code, dependencies, secrets, and config.

02

Generate fix tasks

VibeZero turns findings into prompt-ready fix tasks on a board, each carrying the evidence and acceptance criteria.

03

Connect through MCP

Mint a per-project key from the Tasks board, point your agent at the VibeZero MCP server, and the board becomes tools.

Connect

One command. Any assistant.

Mint a project key from the Connect MCP dialog on your Tasks board, then paste the snippet into your assistant's MCP configuration. The key scopes the server to that one project.

Claude Codebash
claude mcp add --transport http vibezero https://mcp.vibezero.io/mcp \
  --header "Authorization: Bearer YOUR_VIBEZERO_MCP_KEY"
Cursorjson
{
  "mcpServers": {
    "vibezero": {
      "url": "https://mcp.vibezero.io/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_VIBEZERO_MCP_KEY"
      }
    }
  }
}

get_pending_tasks

Returns the To Do and Doing columns for the project the key belongs to, with the finding evidence and fix guidance attached.

move_task

Moves a task to To Do, Doing, or Finished. Verified is deliberately not movable: only a rescan that confirms the fix can earn it.

Compatibility

Works with every MCP-native assistant.

CC
CLI

Claude Code

One command in your project directory.

C
Desktop

Claude

Settings, Connectors, add a custom connector.

C
IDE

Cursor

Add the server to ~/.cursor/mcp.json.

Agent

OpenAI Codex

Add an mcp_servers entry in ~/.codex/config.toml.

IDE

GitHub Copilot

Register the server in .vscode/mcp.json.

W
IDE

Windsurf

Add the server URL under Windsurf's MCP config.