aegov mcp for Grok
io.github.dlsforge/aegov-mcp
UAE Design System (AEGOV DLS) for AI assistants: components, tokens, validation. Not TDRA-official.
client:Grok
transport:stdio
runtime:npm
Install aegov mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"aegov-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@dlsforge/aegov-mcp"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs