dynamic-portal

myhumblecoder-dev/dynamic-portal
★ 0 stars TypeScript AI/LLM Updated 1d ago
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.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "dynamic-portal": {
      "command": "npx",
      "args": [
        "-y",
        "myhumblecoder-dev/dynamic-portal"
      ]
    }
  }
}