From 8f3e12d2af1f6cb2d985c99a59f61785efdd9e6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samet=20Ta=C5=9Fl=C4=B1o=C4=9Flu?= <68242184+stfade@users.noreply.github.com> Date: Mon, 4 May 2026 20:11:35 +0300 Subject: [PATCH] feat: Add Moth to developer tools MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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! --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..a0305f591 100644 --- a/README.md +++ b/README.md @@ -1038,6 +1038,7 @@ Tools and integrations that enhance the development workflow and environment man - [srclight/srclight](https://github.com/srclight/srclight) [![srclight MCP server](https://glama.ai/mcp/servers/@srclight/srclight/badges/score.svg)](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. - [st3v3nmw/sourcerer-mcp](https://github.com/st3v3nmw/sourcerer-mcp) 🏎️ ☁️ - MCP for semantic code search & navigation that reduces token waste - [stass/lldb-mcp](https://github.com/stass/lldb-mcp) 🐍 🏠 🐧 🍎 - A MCP server for LLDB enabling AI binary and core file analysis, debugging, disassembling. +- [stfade/moth](https://github.com/stfade/moth) [![stfade/moth MCP server](https://glama.ai/mcp/servers/stfade/moth/badges/score.svg)](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. - [storybookjs/addon-mcp](https://github.com/storybookjs/addon-mcp) 📇 🏠 - Help agents automatically write and test stories for your UI components. - [tactual-dev/tactual](https://github.com/tactual-dev/tactual) [![tactual-dev/tactual MCP server](https://glama.ai/mcp/servers/tactual-dev/tactual/badges/score.svg)](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. - [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.