Anti-hallucination guardrails for AI coding agents - hybrid Skill + MCP server (6 tools) that verifies code before it is marked done. Works with Claude Code, Cursor, VS Code, Copilot.
Anti-hallucination guardrails for AI coding agents.
A hybrid Agent Plugins plugin (Skill + MCP Server) that forces spec-driven development and verifies code before it is marked done — so "Done, all tests pass" becomes an observed fact, not a claim.
⭐ Like this project? Consider giving it a star — it helps developers find guardrails before they ship hallucinated code.
LLMs hallucinate — in code, that means invented APIs, undefined identifiers, fake test passes, and confident overclaims. The numbers:
- 15.1% of code hallucinations are knowledge-conflicting: calling APIs that don't exist or were never imported (arXiv:2404.00971). - Windows note: mcp.json launches the server via python3. On many Windows installs that alias is a Microsoft Store stub; if the server fails to start, change command to ["python", "server/guardserver.py"] or point it at your interpreter's absolute path.
AgentSeed runs on the Python standard library alone. Installing the extras upgrades two tools to industry-standard engines (auto-detected, graceful fallback either way):
Extra Upgrades Without it --- --- --- jsonschema schemavalidate → full Draft 2020-12 validation built-in subset validator pyflakes verifycode → pyflakes F821 undefined-name analysis built-in AST walk pyyaml SKILL.md frontmatter parsing → full YAML built-in lite parser
Use an absolute path to guardserver.py; the server resolves everything else from its own location, so no special cwd is required.
From the project README.
Add the radar badge to your README — it shows your project was picked up by MCP Radar and links to this page:
[](https://mcp.liqiwa.com/s/Morningstar202604--AgentSeed.html)
Anti-hallucination gate for AI coding agents — 8 MCP tools catch invented APIs (17 languages), fake "all tests pass" claims, and slopsquatting packages before they ship. Zero-dependency Agent Plugins
jarvis-intelligence/jarvis-indexPublic distribution surface for jarvis — local-first code intelligence MCP server (SCIP navigation + Zoekt search). Installer, Claude Code / Codex / Cursor plugins, and prebuilt binaries.
sainitish1609/mcp-guard🛡️ Ultra-fast local security firewall, secret sanitizer, and context token compressor for Claude Code, Cursor, and MCP AI agents.
replenhq/replenSmarter AI Development Workflows
aka-kika/hig-mcpMCP server serving Apple Human Interface Guidelines as structured design tokens for AI coding agents — post-WWDC25 system colors, Liquid Glass constraints, SwiftUI mappings.
surendranb/writing-skillsProcedural writing-style skills for AI agents: official frameworks (plain language, business writing, GOV.UK, AP style, STE-100, developer docs) + character voices. Agent Plugins 1.0.0, works in openc
The top new MCP servers of the week, every Monday. No spam, unsubscribe anytime.