Code Reaper
@kaldonia-labs
关于 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
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"codereaper": {
"command": "pipx",
"args": [
"run",
"codereaper"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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
开发工具 分类下的更多 MCP 服务器
sentry-mcp
getsentryAn MCP server for interacting with Sentry via LLMs.
Serena
oraiosA powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent
Deepwiki MCP Server
regenrek📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
MCP Framework
QuantGeekDevThe Typescript MCP Framework
Hello World MCP Server (Reference Extension)
anthropicsDesktop Extensions: One-click local MCP server installation in desktop apps
评论