Merge pull request #12570 from ILoveMyJay/add-repocontext

Add RepoContext to Developer Tools
This commit is contained in:
Frank Fiegel
2026-09-15 09:43:49 -07:00
committed by GitHub
+1
View File
@@ -1287,6 +1287,7 @@ Data Platforms for data integration, transformation and pipeline orchestration.
- [drhalto/agentmako](https://github.com/drhalto/agentmako) [![drhalto/agentmako MCP server](https://glama.ai/mcp/servers/drhalto/agentmako/badges/score.svg)](https://glama.ai/mcp/servers/drhalto/agentmako) 📇 🏠 🍎 🪟 🐧 - Local-first codebase intelligence engine. Gives coding agents structured context packets, indexed code/schema facts, and diagnostics over MCP, backed by a local SQLite store — so agents stop rediscovering your repo with raw grep. Optional Postgres/Supabase awareness and a bundled Claude Code plugin.
- [Dusheh/myclaw-toolkit](https://github.com/Dusheh/myclaw-toolkit) [![Dusheh/myclaw-toolkit MCP server](https://glama.ai/mcp/servers/Dusheh/myclaw-toolkit/badges/score.svg)](https://glama.ai/mcp/servers/Dusheh/myclaw-toolkit) 📇 ☁️ 🍎 🪟 🐧 - 23-in-1 developer utility MCP server: web search, exchange rates, crypto prices, QR codes, JSON formatter, UUID, URL tools, domain check, RSS feeds, and more. 6 paid APIs via x402 micropayments ($0.003 USDC on Base). `npx myclaw-toolkit`
- [paramount-engineering/roku-dev-studio](https://github.com/paramount-engineering/roku-dev-studio) [![paramount-engineering/roku-dev-studio MCP server](https://glama.ai/mcp/servers/paramount-engineering/roku-dev-studio/badges/score.svg)](https://glama.ai/mcp/servers/paramount-engineering/roku-dev-studio) 📇 🏠 🍎 🪟 🐧 - All-in-one developer tool and MCP Server for Roku development, featuring ECP device control, automated channel sideloading, BrightScript debugging, and real-time log monitoring.
- [ILoveMyJay/repocontext](https://github.com/ILoveMyJay/repocontext) [![ILoveMyJay/repocontext MCP server](https://glama.ai/mcp/servers/ILoveMyJay/repocontext/badges/score.svg)](https://glama.ai/mcp/servers/ILoveMyJay/repocontext) 📇 🏠 🍎 🪟 🐧 - Next-gen AST codebase map, token compression (70%~85% savings), and context packaging engine for AI coding agents & IDEs.
- [machinegrade/validate](https://github.com/machinegrade/validate) [![machinegrade/validate MCP server](https://glama.ai/mcp/servers/machinegrade/validate/badges/score.svg)](https://glama.ai/mcp/servers/machinegrade/validate) 📇 ☁️ 🏠 🍎 🪟 🐧 - Deterministic validation of AI-generated artifacts before acting on them: JSON Schema conformance, OpenAPI response conformance, SQL syntax per dialect. Typed verdicts with per-error fix hints. Hosted free tier with remote MCP endpoint; MIT, self-hostable.
- [AKzar1el/mcp-web-validator](https://github.com/AKzar1el/mcp-web-validator) [![AKzar1el/mcp-web-validator MCP server](https://glama.ai/mcp/servers/AKzar1el/mcp-web-validator/badges/score.svg)](https://glama.ai/mcp/servers/AKzar1el/mcp-web-validator) 📇 ☁️ 🏠 🍎 🪟 🐧 - Web Validator by DigestSEO validates HTML and CSS, audits technical SEO and accessibility signals, checks JSON-LD and bounded public links, and captures responsive screenshots. Install locally with `npx -y mcp-web-validator`; no API keys required.
- [trakshan-mishra/Diffcontext](https://github.com/trakshan-mishra/Diffcontext) [![trakshan-mishra/Diffcontext MCP server](https://glama.ai/mcp/servers/trakshan-mishra/Diffcontext/badges/score.svg)](https://glama.ai/mcp/servers/trakshan-mishra/Diffcontext) 🐍 🏠 🍎 🪟 🐧 - Static-analysis-powered context compiler for LLM coding agents. Parses Python repos into dependency graphs, selects the minimal code context for a change (callers, callees, related functions), and packs it into a token budget with a disclosure header. Optionally biases retrieval from the bug report text. Includes `verify` which mines your repo's git history and grades retrieval — printing NULL RESULT when it doesn't fit. Zero runtime dependencies. `pip install "diffcontext[mcp]"`.