← moja.work
INDIVIDUAL MCP TOOL
get_docs
Get the LLM-friendly code documentation (Compodoc llm-md export) for one project of the monorepo.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.moja-work]
url = "https://moja.work/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"moja-work": {
"type": "http",
"url": "https://moja.work/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: moja-work
Remote MCP URL: https://moja.work/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"moja-work": {
"url": "https://moja.work/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"moja-work": {
"type": "http",
"url": "https://moja.work/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "moja-work",
"transport": "streamable-http",
"url": "https://moja.work/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_buzzwords— List all tech/tool buzzwords in the moja.get_buzzword— Get the full glossary entry (plain text) for one buzzword by its id.search_buzzwords— Full-text search across the buzzword glossary; returns matching entries with a snippet.list_projects— List the DIY / design projects showcased on moja.get_project— Get a project intro (plain text) plus its image URLs by project id.get_timeline— Get the professional career timeline / CV of Markus Lungwitz (stations with descriptions and keywords).get_epos— Get "The Chronicle of the Three Realms" — the epic retelling of the moja.get_contact— Get public contact details / vCard (name, email, phone, url, avatar, QR code).