Mason builds context for LLMs — smart file sampling, concept maps, and change impact analysis. MCP server + CLI.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mason": {
"command": "npx",
"args": [
"-y",
"adrianczuczka/mason"
]
}
}
}
Run in terminal:
claude mcp add mason npx -y adrianczuczka/mason
Add to .cursor/mcp.json:
{
"mcpServers": {
"mason": {
"command": "npx",
"args": [
"-y",
"adrianczuczka/mason"
]
}
}
}