Odel
aegov dls mcp

aegov dls mcp

Local
@dlsforgeHTMLMITUpdated 3w ago

UAE Design System (AEGOV DLS) for AI assistants: components, tokens, validation. Not TDRA-official.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@dlsforge/aegov-mcpv0.2.2

Run

npx -y @dlsforge/aegov-mcp

MCP client config

{
  "mcpServers": {
    "aegov-dls-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@dlsforge/aegov-mcp"
      ]
    }
  }
}