Code Reaper
@kaldonia-labs
About Code Reaper
CodeReaper is an AI-driven MCP tool for Cursor that finds and removes dead JavaScript by exploring real UIs and capturing V8 coverage
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"codereaper": {
"command": "pipx",
"args": [
"run",
"codereaper"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Code Reaper?
Code Reaper is an AI-driven MCP tool for Cursor that finds and removes dead JavaScript by exploring real UIs and capturing V8 coverage. It provides risk scoring, patch generation, and verification to safely eliminate unused code.
How to use Code Reaper?
Install via pip install codereaper and install Chromium with playwright install chromium. Run codereaper to configure your Gemini API key in ~/.cursor/mcp.json, then restart Cursor and ask the assistant to find dead code on a URL.
Key features of Code Reaper?
- Autonomous UI exploration via Index browser agent
- V8 precise coverage to identify zero-execution functions
- Risk scoring and removal recommendations
- Patch generation and optional verification replay
- MCP integration for Cursor workflows
- Rollback support with snapshots
Use cases of Code Reaper?
- Find dead JavaScript on a local dev server
- Generate and apply patches to remove dead code safely
- Verify no regressions after removal by re-running browser agent
- Rollback changes if something breaks
- Scan multiple pages to identify unused code across a project
FAQ from Code Reaper
What are the prerequisites for Code Reaper?
Python 3.11+, Playwright Chromium, and a Gemini API key (OpenAI or Anthropic can also be used if you change providers).
How do I install Chromium for Code Reaper?
Run playwright install chromium. If the browser doesn’t open, reinstall Chromium with that command.
What if
Frequently asked questions
What are the prerequisites for Code Reaper?
Python 3.11+, Playwright Chromium, and a Gemini API key (OpenAI or Anthropic can also be used if you change providers).
How do I install Chromium for Code Reaper?
Run `playwright install chromium`. If the browser doesn’t open, reinstall Chromium with that command.
Basic information
More Developer Tools MCP servers

ship.page
BitgateThrow HTML at an API, get an unguessable URL back. Zero-config remote MCP server — your agent deploys pages, sites and CI reports in one call. Free, no signup needed.

Skilder.ai
skilder.aiRun skills and MCP tools like production software: versioned, composed into roles, distributed to every agent from one governed library.

Routebase
RoutebaseRoutebase keeps your API's design, docs, contract tests, mocks and monitoring in one living OpenAPI spec so they can't drift apart. Agents work on that same source of truth, under your team's permissions.

SSH MCP Server
hypnosisSSH MCP server for AI agents: remote commands, file transfer, log search and server audits through OpenSSH.
TranscriptFetch MCP Server
TranscriptFetchModel Context Protocol (MCP) server for TranscriptFetch: fetch YouTube transcripts, search, channels, and playlists from any MCP client.
Comments