Open-source MCP suite improves Claude Code generation quality by 15-20%

What this MCP suite does
This is an open-source suite of three local MCP servers and a prompt skill designed to improve AI code generation quality, specifically addressing the 'bad token' problem where agents make poor early design choices and then hallucinate extensive code to justify them, breaking existing architecture.
Key components
- Lad: A dual-reviewer system that uses OpenRouter to send code diffs to two independent models (examples given: Kimi-2.5, GLM-5) for design and code review, breaking the autoregressive self-gaslighting loop.
- Serena: A headless IDE that indexes your codebase, allowing review models to check code against your project's historical requirements and architecture.
- Kindly: A web search tool that hooks directly into StackExchange and GitHub APIs, feeding the agent entire conversations (question, code snippets, accepted answers, comments) in one LLM-native chunk instead of standard HTML scraping.
- TDD Skill: A workflow override that forces the agent to write a REQUIREMENTS.md file, ask clarifying questions, and write tests before writing feature code.
Performance and implementation
One customer, Relevant Software, reported that adopting this suite increased their AI code generation quality with Claude Code by 15-20%. The suite runs locally over stdio and is compatible with Claude Code, Cursor, and Codex. The source mentions it helps significantly with cutting-edge technologies like LangChain, LangGraph, and LangSmith.
📖 Read the full source: r/LocalLLaMA
👀 See Also

Qwen Meetup Draft: Function Calling Harness 2 Boosts CoT Compliance from 9.91% to 100% via Structured Schemas
A follow-up to the earlier function-calling harness post extends the pattern to domains without a compiler (investment memos, legal opinions, clinical charts). The schema forces required fields — submission rejected if incomplete. Qwen3.6-27b achieves 100% CoT compliance on these schemas.

Free MCP Lets Claude Analyze Google Search Console Data Automatically
A free MCP (Model Context Protocol) server lets Claude directly query Google Search Console data for any site you have access to. Ask about queries, pages, clicks, impressions, CTR, and position without manual CSV exports.

AIDA: Open-Source Platform for AI-Powered Penetration Testing
AIDA is an open-source platform that provides AI agents with a full penetration testing environment via MCP connection to a Docker container. The latest version replaces the 40GB Exegol requirement with a purpose-built 1GB container containing essential security tools.

AutoProber: AI-driven flying probe automation for hardware hacking
AutoProber is a hardware hacker's flying probe automation stack that enables AI agents to discover targets, map microscope images, perform safety-monitored CNC motion, review probes, and conduct controlled pin probing. It includes Python control code, a web dashboard, CAD files, and operates with GRBL CNC controllers, USB microscopes, and oscilloscope safety monitoring.