Reuse Before Generate for Cline
io.github.aradar46/reuse-before-generate
Checks whether your idea already exists before your agent builds it. Searches GitHub, npm, Python.
client:Cline
transport:stdio
runtime:npm
Install Reuse Before Generate in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"reuse-before-generate": {
"command": "npx",
"args": [
"-y",
"reuse-before-generate"
],
"env": {
"GITHUB_TOKEN": "<GITHUB_TOKEN>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs