moja.work portfolio
Server Details
Read-only portfolio MCP: buzzword glossary (DE/EN), projects, career timeline, contact, docs.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Score is being calculated. Check back soon.
Available Tools
13 toolsget_buzzwordInspect
Get the full glossary entry (plain text) for one buzzword by its id.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Buzzword id/slug, e.g. angular, typescript, git. | |
| lang | No | Language (default en). |
get_contactInspect
Get public contact details / vCard (name, email, phone, url, avatar, QR code).
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_docsInspect
Get the LLM-friendly code documentation (Compodoc llm-md export) for one project of the monorepo. Can be large.
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | Which documentation set: index (overview), ui, website, change-me or shared. |
get_eposInspect
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. intro, prologue, canto-01, epilogue).
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | Language (default en). | |
| anker | No | Optional section anchor to fetch one part (e.g. intro, prologue, canto-01, epilogue). |
get_projectInspect
Get a project intro (plain text) plus its image URLs by project id.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Project id, e.g. carrier, speedy, etrax, skull, sideboard, workbench. | |
| lang | No | Language (default en). |
get_referencesInspect
Get external design references (Behance projects) as {id, name, url, fields, cover}.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_timelineInspect
Get the professional career timeline / CV of Markus Lungwitz (stations with descriptions and keywords).
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | Language (default en). |
get_youtube_playlistInspect
Get one YouTube playlist of the moja.work channel by id, including its videos with full descriptions {id, title, description, thumbnail, publishedAt, position}.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Playlist id (starts with PL), e.g. from list_youtube_playlists. |
list_buzzwordsInspect
List all tech/tool buzzwords in the moja.work glossary as {id, label, category}. Optional category filter (e.g. framework, language, tooling, design, os).
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | Optional category filter. |
list_docsInspect
List the auto-generated code documentation sets (Compodoc) for the moja-work monorepo, with their URLs.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
list_projectsInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | Language (default en). |
list_youtube_playlistsInspect
List the public YouTube playlists of the moja.work channel as {id, title, description, thumbnail, itemCount, publishedAt}.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
search_buzzwordsInspect
Full-text search across the buzzword glossary; returns matching entries with a snippet.
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | Language (default en). | |
| query | Yes | Search term. |
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!