Merge pull request #14344 from aiulms/add-codelattice

Add codelattice MCP server 🤖🤖🤖
This commit is contained in:
Frank Fiegel
2026-09-15 11:43:55 -07:00
committed by GitHub
+1
View File
@@ -1362,6 +1362,7 @@ Tools and integrations that enhance the development workflow and environment man
- [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.
- [aiulms/codelattice](https://github.com/aiulms/codelattice) [![aiulms/codelattice MCP server](https://glama.ai/mcp/servers/aiulms/codelattice/badges/score.svg)](https://glama.ai/mcp/servers/aiulms/codelattice) 🦀 🏠 🍎 🐧 - Local code-graph engine for AI coding workflows: static analysis of Rust, Cangjie, ArkTS, TypeScript/JavaScript, C/C++, Python, and Shell projects into symbols, imports, call graphs, and quality gates, with pre-commit change review, impact analysis, and a 6-tool AI facade (50 tools in full mode). Read-only by design — never executes build scripts or uploads code. Install from release tarball or build from source.
- [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.
- [ellmos-ai/ellmos-codecommander-mcp](https://github.com/ellmos-ai/ellmos-codecommander-mcp) [![ellmos-ai/ellmos-codecommander-mcp MCP server](https://glama.ai/mcp/servers/ellmos-ai/ellmos-codecommander-mcp/badges/score.svg)](https://glama.ai/mcp/servers/ellmos-ai/ellmos-codecommander-mcp) 📇 🏠 🍎 🪟 🐧 - Developer-focused MCP server for code analysis, JSON repair, encoding fixes, and import organization across local projects.
- [ethbak/icon-composer-mcp](https://github.com/ethbak/icon-composer-mcp) [![ethbak/icon-composer-mcp MCP server](https://glama.ai/mcp/servers/ethbak/icon-composer-mcp/badges/score.svg)](https://glama.ai/mcp/servers/ethbak/icon-composer-mcp) 📇 🏠 🍎 - MCP server for Apple's Icon Composer: programmatically create .icon bundles with Liquid Glass effects (iOS 26+). 12 tools for icon creation, glass effect tuning, dark mode appearances, and App Store export.