Server-driven UI hub: satellites declare what to show, the hub owns how it looks. One capability declaration projected into screens, agent tools, MCP, and API. No micro-frontends.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"dynamic-portal": {
"command": "npx",
"args": [
"-y",
"myhumblecoder-dev/dynamic-portal"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add dynamic-portal npx -y myhumblecoder-dev/dynamic-portal
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"dynamic-portal": {
"command": "npx",
"args": [
"-y",
"myhumblecoder-dev/dynamic-portal"
]
}
}
}
📋 Copy