mcpserver.lol
registry/mason
Connection check local install

mason

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

Tools 20
GitHub stars
Installs / wk 277
Licence
Transport stdio
Last checked never

Tools & capabilities

20 tools

Read from the published package source — this server runs locally, so there is no endpoint to query. Names are taken from the code, not observed at runtime, and descriptions are often absent.

analyze_project from source
Run git history analysis on a codebase. Returns commit convention patterns, stale directories, and frequently changed files. These are aggregate stats across hundreds of commits th…
export_to_confluence from source
Sync the project
full_analysis from source
One-shot orientation for a project WITHOUT a concept map (get_snapshot returned exists:false). Returns git history stats, project structure with file counts, curated code sample pr…
generate_snapshot_batch from source
Map step of the concept-map build. Returns one batch of source files (skeletons of every file in the batch plus a few deeper-read bodies for grounding), along with a system prompt…
get_code_samples from source
Get previews (first ~60 lines) of representative source files from the codebase. Includes entry points, config files, hot files (frequently changed), test examples, and one file pe…
get_context from source
get_impact from source
Trace the impact of changing files: historical co-change partners, references, and related tests. Deterministic, read-only, and usable without initialization, saved decisions, or a…
get_snapshot from source
Return the optional feature-to-file architecture map with drift and trust evidence. If no map exists, returns exists:false plus project structure, Git signals, and test pairs. Deci…
mason_check_drift from source
Check how far the concept map has drifted from HEAD. Deterministic (git + filesystem, no LLM). Returns which features/flows are stale and the changed files behind them, new source…
mason_complete_init from source
Record completion of assistant instruction setup in .mason/project.json. Other tools work without this marker. Repeated calls preserve the original setup time and existing settings…
mason_init from source
mason_repair from source
Track documentation repairs against original audit evidence. prepare saves a local baseline and returns a scoped work order; verify reads that baseline and reports resolved, unreso…
mason_set_confluence from source
Configure Confluence credentials. Two-step flow: (1) call without
reduce_snapshot from source
Reduce step of the concept-map build. Returns every partial snapshot plus a system prompt asking you to merge them into one coherent project-wide map. Resolve platform variants int…
review_decision from source
save_decision from source
save_partial_snapshot from source
Persist the partial concept map you derived for one batch. Call this once per batch, with the
save_snapshot from source
Save a concept-to-files map as a persistent project snapshot. Maps feature names and data flows to the files that implement them. Persists across conversations \u2014 future sessio…
save_verification from source
Record verify_snapshot verdicts. Entries judged ok are stamped verifiedAt; failures are flagged verificationFailed with your note and surface in get_context, get_snapshot, and maso…
verify_snapshot from source
Spot-check the concept map