Merge pull request #8623 from ahmedak/add-defluff

Add ahmedak/defluff MCP server 🤖🤖🤖
This commit is contained in:
Frank Fiegel
2026-07-13 09:57:48 +02:00
committed by GitHub
+1
View File
@@ -1014,6 +1014,7 @@ Tools and integrations that enhance the development workflow and environment man
- [wooxogh/adr-mcp-setup](https://github.com/wooxogh/adr-mcp-setup) [![wooxogh/adr-mcp-setup MCP server](https://glama.ai/mcp/servers/wooxogh/adr-mcp-setup/badges/score.svg)](https://glama.ai/mcp/servers/wooxogh/adr-mcp-setup) 📇 🏠 - Automatically generates Architecture Decision Records (ADRs) from Claude Code conversations using Claude Opus. Features AI quality review, duplicate detection, dependency graph, and stale ADR alerts.
- [agent-hanju/char-index-mcp](https://github.com/agent-hanju/char-index-mcp) 🐍 🏠 ☁️ 🍎 🪟 🐧 - Precise character-level string indexing for LLMs. Provides tools for finding, extracting, and manipulating text by exact character position to solve position-based operations.
- [CSCSoftware/AiDex](https://github.com/CSCSoftware/AiDex) 📇 🏠 🍎 🪟 🐧 - Persistent code index MCP server using Tree-sitter for fast, precise code search. Replaces grep with ~50 token responses instead of 2000+. Supports 11 languages including C#, TypeScript, Python, Rust, and Go.
- [ahmedak/defluff](https://github.com/ahmedak/defluff) [![ahmedak/defluff MCP server](https://glama.ai/mcp/servers/ahmedak/defluff/badges/score.svg)](https://glama.ai/mcp/servers/ahmedak/defluff) 🐍 🏠 🍎 🪟 🐧 - Deterministic slop detector for AI-generated prose. Flags filler phrases and clichés with zero false positives by design (curated phrase list, not a model), returns exact spans plus a pinnable 0-1 score, and runs offline with no API key. CLI + CI exit code + MCP server for agents to self-check their own output before it lands in a PR or doc. `pip install defluff`
- [ahmedxuhri/bigindexer](https://github.com/ahmedxuhri/bigindexer) [![ahmedxuhri/bigindexer MCP server](https://glama.ai/mcp/servers/ahmedxuhri/bigindexer/badges/score.svg)](https://glama.ai/mcp/servers/ahmedxuhri/bigindexer) 🐍 🏠 🍎 🪟 🐧 - Hierarchical code intelligence for AI coding agents. Scans local source code, clusters files by behavioral roles, maps coupling seams, and provides in-repo twins/context for complex implementation tasks.
- [aidemd-mcp/server](https://github.com/aidemd-mcp/server) [![aidemd-mcp/server MCP server](https://glama.ai/mcp/servers/aidemd-mcp/server/badges/score.svg)](https://glama.ai/mcp/servers/aidemd-mcp/server) 📇 🏠 - Structured `.aide` spec files that give AI agents progressive disclosure into your codebase architecture via MCP.
- [Elmoaid/TempoGraph](https://github.com/Elmoaid/TempoGraph) [![TempoGraph MCP server](https://glama.ai/mcp/servers/Elmoaid/TempoGraph/badges/score.svg)](https://glama.ai/mcp/servers/Elmoaid/TempoGraph) 🐍 🏠 🍎 🪟 🐧 - Code graph context engine with 24 MCP tools for structural code intelligence. Tree-sitter parsing for 170+ languages, dependency graphs, blast radius, hotspots, dead code, and adaptive context injection. Benchmarked +27% F1 on change-localization.