MAM MCP Context Service
An MCP (Model Context Protocol) server that provides queryable context about theMobile Access Management (MAM) product โ the MAM Server, Ground Control Launchpad,and GroundControl Locker components, their integrations, and overall architecture.
Why
The MAM product is highly technical and deeply integrated across components andthird-party/OS-level hooks. The existing MAM_KT_2mkdocs knowledge base captures this well, but is too heavyweight for an agent toconsume directly during an agentic development session โ the only current option isindexing the entire doc tree into local memory, which is expensive and doesn't scale.
This service uses the OKFframework as a structural reference to build a metadata/service layer over theMAM_KT_2 knowledge base, exposing it through MCP so agentic tools (initially Claude)can query targeted product context on demand instead of loading the full doc tree.
See brief-mam-mcp-server.md for the product brief.
Setup
This service reads content from the MAM_KT_2 knowledge base at runtime. Symlink yourlocal MAM_KT_2 checkout into the project root (the symlink is gitignored):
ln -s /path/to/MAM_KT_2 MAM_KT_2
No environment variables are required if the symlink is present. To point at adifferent location instead, set MAM_KT_2_ROOT, or override MAM_SERVER_DETAIL_DIRand MAM_SERVER_OVERVIEW_DIR directly.
Status
In progress โ story-001 (single-component query, MAM Server) is being implemented.