Context engineering MCP server — generates CLAUDE.md files via structured codebase analysis
Mason gives LLMs a persistent map of your codebase so they stop exploring from scratch every session. The problem: Every time an LLM starts a new conversation about your code, it greps, reads files, and pieces together the architecture — burning tokens on context it already understood yesterday. On a 164-file project, answering "what features does this app have?" requires reading 8+ files across…
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts — it cannot prove the absence of malicious code.
Mason gives LLMs a persistent map of your codebase so they stop exploring from scratch every session. The problem: Every time an LLM starts a new conversation about your code, it greps, reads files, and pieces together the architecture — burning tokens on context it already understood yesterday. On a 164-file project, answering "what features does this app have?" requires reading 8+ files across multiple tool calls. Mason's fix: A concept map that persists across sessions. One tool call returns…