HomeDevelopment › Reuse Before Generate

Reuse Before Generate

Checks whether your idea already exists before your agent builds it. Searches GitHub, npm, Python.

TypeScript Local macOSWindowsLinux
★ 6 stars Last pushed 2026-09-23 License: MIT

Topics: Developer Tools

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.2.3)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "reuse-before-generate": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "GITHUB_TOKEN": "<YOUR_VALUE>"
      }
    }
  }
}
  • GITHUB_TOKEN secret — Optional GitHub token. Raises the search rate limit from 10 requests/minute to 30.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry