aegov mcp for Cursor
io.github.dlsforge/aegov-mcp
UAE Design System (AEGOV DLS) for AI assistants: components, tokens, validation. Not TDRA-official.
client:Cursor
transport:stdio
runtime:npm
Install aegov mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"aegov-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@dlsforge/aegov-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs