feat: Add Moth to developer tools
Adding `stfade/moth` to the Developer Tools section. Moth is a lightweight, read-only MCP server that stops agents from hallucinating fixes by enforcing a structured pipeline (`analyze → fix → verify → remember`). It provides project-local verified fix memory. Thank you!
Samet Taşlıoğlu committed
May 4, 2026 at 20:11 UTC
8f3e12d2af1f6cb2d985c99a59f61785efdd9e6e
1 file changed
+1
README.md
+1
@@ -1038,6 +1038,7 @@ Tools and integrations that enhance the development workflow and environment man
1038
- [srclight/srclight](https://github.com/srclight/srclight) [](https://glama.ai/mcp/servers/@srclight/srclight) 🐍 🏠 - Deep code indexing MCP server with SQLite FTS5, tree-sitter, and embeddings. 29 tools for symbol search, call graphs, git intelligence, and hybrid semantic search.
1039
- [st3v3nmw/sourcerer-mcp](https://github.com/st3v3nmw/sourcerer-mcp) 🏎️ ☁️ - MCP for semantic code search & navigation that reduces token waste
1040
- [stass/lldb-mcp](https://github.com/stass/lldb-mcp) 🐍 🏠 🐧 🍎 - A MCP server for LLDB enabling AI binary and core file analysis, debugging, disassembling.
1041
+- [stfade/moth](https://github.com/stfade/moth) [](https://glama.ai/mcp/servers/stfade/moth) 📇 🏠 - A lightweight MCP server for structured bug-fix analysis and project-local verified fix memory for AI agents.
1042
- [storybookjs/addon-mcp](https://github.com/storybookjs/addon-mcp) 📇 🏠 - Help agents automatically write and test stories for your UI components.
1043
- [tactual-dev/tactual](https://github.com/tactual-dev/tactual) [](https://glama.ai/mcp/servers/tactual-dev/tactual) 📇 🏠 🍎 🪟 🐧 - Screen-reader navigation cost analyzer. Models real AT user effort with per-profile scoring, graph-based pathfinding, and step-by-step navigation traces.
1044
- [TamarEngel/jira-github-mcp](https://github.com/TamarEngel/jira-github-mcp) - MCP server that integrates Jira and GitHub to automate end-to-end developer workflows, from issue tracking to branches, commits, pull requests, and merges inside the IDE.