com.adrianczuczka/mason✓
com.adrianczuczka/mason · v0.3.6
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "com.adrianczuczka/mason",
"description": "Context engineering MCP server — generates CLAUDE.md files via structured codebase analysis",
"repository": {
"url": "https://github.com/adrianczuczka/mason",
"source": "github"
},
"version": "0.3.6",
"packages": [
{
"registryType": "npm",
"identifier": "mason-context",
"version": "0.3.6",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"value": "mason-context",
"type": "named",
"name": "-p"
},
{
"value": "mason-mcp",
"type": "positional"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}