moja.work portfolio
work.moja/portfolioRead-only portfolio MCP: start page, glossary, projects, timeline, contact, docs, platform, news.
Tools · 18
List all tech/tool buzzwords in the moja.work glossary as {id, label, category}. Optional category filter (e.g. framework, language, tooling, design, os).
Get the full glossary entry (plain text) for one buzzword by its id.
Full-text search across the buzzword glossary; returns matching entries with a snippet.
List the DIY / design projects showcased on moja.work as {id, headline, intro}. Includes each project intro so no per-project follow-up call is needed.
Get a project intro (plain text) plus its images by project id. Every image carries a full-size url and a thumb. imageMode is "gallery" for an ordinary series of photos, or "tiles" when the thumbnails…
Get the professional career timeline / CV of Markus Lungwitz: the introduction of the timeline page as plain text, a `shelf` (one line per station: id, folder, title, years) and every station in full …
Get one station of the career timeline by id or folder name — e.g. history (the first jobs 2004–2006), steute, kps, atamya — with its years, description, keywords and all texts. Unknown ids answer wit…
Get the start page of moja.work — the only place that says who this is, in the author's own words: the buzzword essay, "It's me." (the self-introduction and stack), "Knecht Ruprecht" (the AI assistant…
Get "The Chronicle of the Three Realms" — the epic retelling of the moja.work git history — as an ordered list of sections {anker, headline, url, text}. Optional `anker` returns a single section (e.g.…
Get public contact details / vCard (name, email, phone, url, avatar, QR code).
Get external design references (Behance projects) as {id, name, url, fields, cover}.
List the public YouTube playlists of the moja.work channel as {id, title, description, thumbnail, itemCount, publishedAt}.
Get one YouTube playlist of the moja.work channel by id, including its videos with full descriptions {id, title, description, thumbnail, publishedAt, position}.
List the auto-generated code documentation sets (Compodoc) for the moja-work monorepo, with their URLs.
Get the LLM-friendly code documentation (Compodoc llm-md export) for one project of the monorepo. Can be large.
Get the "Plattform" pages — moja.work described as what it is: a monorepo that documents itself, with the UI library, the applications built from it, the npm packages, the architecture and the machine…
List the news of the moja.work start page — dated release notes, one per application or milestone (e.g. Change Me, the UI library on npm, the Chronicle). Newest first, sorted like the website by the u…
Get the platform facts behind the Plattform pages as typed values with their build stamp: versions (Angular, Nx, Tailwind, the ui library), counts (components, stories, npm releases, deploy targets), …
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"moja.work_portfolio": {
"url": "https://moja.work/mcp",
"transport": "streamable-http"
}
}
}