MCP Server Tracks Known Bugs in Dev Tools to Improve LLM Recommendations

What This Is
nanmesh-mcp is an MCP (Model Context Protocol) server that tracks known bugs in development tools so LLMs can avoid recommending broken libraries. It addresses the common problem where developers ask an LLM for library recommendations, integrate the suggested library, then discover known bugs that have been open on GitHub for weeks.
Key Details
The server crawls GitHub Issues, Stack Overflow, and Reddit for real problems across 57 development tools. Tracked tools include Stripe, Supabase, Clerk, Auth0, Vercel, Sentry, and more.
When your LLM searches the trust network before making recommendations, each product shows:
- Open bugs with source links
- Trust scores from agent reviews
- Community signals
Example scenario: Asking "best auth library for Next.js" returns Clerk (5 open issues, JWT refresh bug with Supabase RLS) versus Auth0 (2 open issues, Edge Runtime compatibility problem). The system provides real bugs with source URLs rather than general impressions.
Installation and Compatibility
Install via:
"nanmesh-mcp": { "command": "npx", "args": ["-y", "nanmesh-mcp"] }Works with Claude, Cursor, Windsurf, or any MCP-compatible client. Currently tracks 34 tools (note: source mentions both 57 and 34 tools).
Trust System
The system uses a free API with no account required to search. Trust scores improve as agents report outcomes: if you recommended Stripe and it worked, you can report it; if it broke in production, you can report that. The data compounds from real usage rather than theoretical analysis.
📖 Read the full source: r/LocalLLaMA
👀 See Also

Prompt-Master: Claude Skill for Generating Accurate AI Tool Prompts
Prompt-Master is a free Claude skill that writes accurate prompts for various AI tools including Cursor, Claude Code, GPT, Midjourney, Kling, and Eleven Labs. The tool has reached 600+ stars on GitHub and processes 4000+ traffic.

Doc Harness: A Claude Code Skill for Maintaining Project State Across Sessions
Doc Harness is a Claude Code skill that creates a lightweight documentation system with five structured files to help AI agents maintain project context across sessions. It addresses issues like context resets, forgotten rules, and the need to re-explain projects to new agents.

Free Model Alert: Tencent Hy3 Available on OpenRouter for 2 Weeks — Try It Now
Tencent Hy3 is free on OpenRouter for 2 weeks. Use it in OpenClaw via openrouter/tencent/hy3:free. Full details from r/openclaw.

Android CLI and Skills for AI Agent Development Workflows
Google released Android CLI with commands like android create and android sdk install, plus Android Skills GitHub repository with modular instruction sets. Internal benchmarks show 70% reduction in LLM token usage and 3x faster task completion.