mason
Rank #6482glama/adrianczuczka/mason
Mason indexes your codebase into a persistent concept map linking features and flows to their implementing files, so AI agents can answer "where is X implemented" without running grep/glob. It also provides pre-edit impact analysis and generates CLAUDE.md files from structured analysis of git history, architectural file sampling, and test mappings.
mason is a Model Context Protocol (MCP) server published by adrianczuczka. It ranks #6482 of 58,900 servers tracked on MCP Toplist, and its repository has 6 GitHub stars. mason is listed across 3 registries — Official MCP, Glama and PulseMCP, with 1 tracked version. It was first listed on Apr 7, 2026 and most recently updated on Apr 17, 2026.
Ranks ahead of 52,418 of 58,900 servers on MCP Toplist.
Use mason
Add mason to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"mason": {
"command": "npx",
"args": [
"-y",
"mason-context"
]
}
}
}Listed on 2 registries (1 delisted)
adrianczuczka
Available versions (1)
| Version | Published |
|---|---|
| 0.3.6 | Apr 17, 2026 |
Frequently asked questions
- What is mason?
- Mason indexes your codebase into a persistent concept map linking features and flows to their implementing files, so AI agents can answer "where is X implemented" without running grep/glob. It also provides pre-edit impact analysis and generates CLAUDE.md files from structured analysis of git history, architectural file sampling, and test mappings.
- Who maintains mason?
- mason is maintained by adrianczuczka, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is mason an official MCP server?
- Yes — mason is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does mason have?
- MCP Toplist tracks 1 version of mason, most recently published on Apr 17, 2026.
- Where can I find the source code for mason?
- The source code for mason is hosted at github.com/adrianczuczka/mason.