CodeLoop MCP server (v0.1.73) provides 29 tools for AI coding agents to verify, self-repair, and gate-check code changes. It runs locally, never spawns its own LLM calls—orchestrates real test runners, screenshot/video tools, and gate evaluators—posting structured artifacts back into the agent chat. Zero extra LLM tokens, zero rate-limit risk. Works on macOS, Linux, Windows. Usually installed via the codeloop CLI.
npm install codeloop-mcp-serverNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to add the CodeLoop MCP server to Cursor or Claude Code via mcp.json, and how to instruct the agent to use the verify-diagnose-fix-gate loop.
Use npx -y codeloop-mcp-server in your MCP client configuration. Do not require/import.
Always call tools by their full name (e.g., codeloop_verify, not verify).
Update your config to use CODELOOP_API_KEY.
Set the CODELOOP_API_KEY environment variable to your CodeLoop API key.
Use the full tool name: codeloop_verify.
Set CODELOOP_API_KEY in your environment or mcp.json env block.
Use npx -y codeloop-mcp-server or install the codeloop CLI wrapper.
Install Node.js >=18 and ensure it's in your PATH. Alternatively, install globally via npm install -g codeloop-mcp-server.