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.
From commit to a verified fix, in one loop.
Scan your repository
Connect a repo through the GitHub App and run a launch-readiness scan across code, dependencies, secrets, and config.
Generate fix tasks
VibeZero turns findings into prompt-ready fix tasks on a board, each carrying the evidence and acceptance criteria.
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.
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 mcp add --transport http vibezero https://mcp.vibezero.io/mcp \
--header "Authorization: Bearer YOUR_VIBEZERO_MCP_KEY"{
"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.
Works with every MCP-native assistant.
Claude Code
One command in your project directory.
Claude
Settings, Connectors, add a custom connector.
Cursor
Add the server to ~/.cursor/mcp.json.
OpenAI Codex
Add an mcp_servers entry in ~/.codex/config.toml.
GitHub Copilot
Register the server in .vscode/mcp.json.
Windsurf
Add the server URL under Windsurf's MCP config.