Add aradar46/reuse-before-generate to Developer Tools

This commit is contained in:
Mr. A
2026-07-22 20:45:31 +02:00
parent f1bd267a51
commit 30d427ca68
+1
View File
@@ -1011,6 +1011,7 @@ Data Platforms for data integration, transformation and pipeline orchestration.
### 💻 <a name="developer-tools"></a>Developer Tools
- [scarletkc/vexor](https://github.com/scarletkc/vexor) [![scarletkc/vexor MCP server](https://glama.ai/mcp/servers/scarletkc/vexor/badges/score.svg)](https://glama.ai/mcp/servers/scarletkc/vexor) 🐍 🏠 ☁️ 🍎 🪟 🐧 - A semantic search engine for files and code — find files by describing what they do, not their names. Local reusable indexes, configurable embedding providers (OpenAI, Gemini, Voyage, any OpenAI-compatible API, or fully offline local models), AST-aware code chunking, optional reranking. `uvx vexor mcp` or `pip install vexor`.
- [aradar46/reuse-before-generate](https://github.com/aradar46/reuse-before-generate) 📇 🏠 🍎 🪟 🐧 - Checks whether a project idea already exists before your agent scaffolds it. Searches GitHub, npm and Python repos, drops archived/inactive results, and returns at most 3 maintained alternatives with a concrete "extend this instead" suggestion for each. The calling agent does the relevance judgement itself, so no extra API key is needed. `npx -y reuse-before-generate`
- [hernaninverso/eleata-verify-mcp](https://github.com/hernaninverso/eleata-verify-mcp) [![hernaninverso/eleata-verify-mcp MCP server](https://glama.ai/mcp/servers/hernaninverso/eleata-verify-mcp/badges/score.svg)](https://glama.ai/mcp/servers/hernaninverso/eleata-verify-mcp) 📇 ☁️ - Grounding / hallucination guard: verify a claim against evidence (Supported/Refuted/Not Enough Evidence) with a confidence + abstain flag, for RAG and agents. `npx -y eleata-verify-mcp`.
- [appcreationsca/bumpguard-mcp](https://github.com/appcreationsca/bumpguard-mcp) [![appcreationsca/bumpguard-mcp MCP server](https://glama.ai/mcp/servers/appcreationsca/bumpguard-mcp/badges/score.svg)](https://glama.ai/mcp/servers/appcreationsca/bumpguard-mcp) 🐍 🏠 🍎 🪟 🐧 - Pre-flight dependency-upgrade impact analysis: reports exactly which of your code's API usages break *before* you bump a dependency, with line numbers, severity, and fix hints. Also verifies AI-written code against the actually-installed API to catch hallucinated calls. Static analysis only — never runs third-party code. Python + .NET. `pip install bumpguard-mcp`
- [MasterPlayspots/motionspec](https://github.com/MasterPlayspots/motionspec) [![MasterPlayspots/motionspec MCP server](https://glama.ai/mcp/servers/MasterPlayspots/motionspec/badges/score.svg)](https://glama.ai/mcp/servers/MasterPlayspots/motionspec) 📇 ☁️ 🏠 - Reduced-motion / WCAG 2.2.2+2.3.3 verification for web animation: agents author validated specs; a deterministic compiler emits reduced-motion-safe, on-budget CSS. Keyless hosted endpoint (motion_catalog, motion_validate).