Context7: Context7 is an MCP server that injects up-to-date, version-specific library documentation directly into LLM prompts. Add "use context7" to any coding prompt and it fetches current docs for the library you're working with, eliminating hallucinated APIs and outdated code examples. Works with Claude Desktop, Cursor, Windsurf, and any MCP-compatible editor.; metatron: Metatron is a self-hosted system that captures a codebase's real implementation decisions—preferred patterns, rejected approaches, edge cases, internal conventions—as structured data. It serves these "decisions" to coding agents via MCP, allowing them to write code like a senior engineer who deeply understands the codebase, rather than constantly rediscovering conventions.
Preventing LLMs from hallucinating deprecated or non-existent API methods
Ensuring AI agents adhere to codebase conventions.