INDIVIDUAL MCP TOOL
get_component_doc
The docs.mdx of one ui component, verbatim — the truth layer: what it does and does not.
LIVE ENDPOINT
https://moja.work/ui/mcp
Connect to this endpoint to inspect the live schema for get_component_doc and invoke it with your own arguments.
Indexed 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 server
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-ui]
url = "https://moja.work/ui/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"moja-work-ui": {
"type": "http",
"url": "https://moja.work/ui/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: moja-work-ui
Remote MCP URL: https://moja.work/ui/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-ui": {
"url": "https://moja.work/ui/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"moja-work-ui": {
"type": "http",
"url": "https://moja.work/ui/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "moja-work-ui",
"transport": "streamable-http",
"url": "https://moja.work/ui/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_components— All components the @mojawork/ui barrel exports: selector, area, and the first sentence of what each one does and does not.get_guide— The usage guide: recommendations — use for, not for, instead, shown in — written by an agent from named sources.get_usage— The usage contract of @mojawork/ui: the rules that hold for EVERY component, not for one — Angular signals and zoneless change detection, the one fixed forms format, styling on the design tokens, the cascade-layer line a consumer with Tailwind must declare or lose every utility on a ui tag, the keyboard rules around disabled controls, and where the rest of the documentation lives.