← Index

com.adrianczuczka/mason

com.adrianczuczka/mason·v0.3.6·Other
Quality Score
80
/100

Context engineering MCP server — generates CLAUDE.md files via structured codebase analysis

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mason": {
      "command": "npx",
      "args": [
        "-y",
        "mason-context"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mason": {
      "command": "npx",
      "args": [
        "-y",
        "mason-context"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y mason-context
§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other