gcc intelligence for Cursor
io.github.mdfifty50-boop/gcc-intelligence
GCC regulatory intelligence, ZATCA e-invoicing, and Arabic NLP for AI agents
client:Cursor
transport:stdio
runtime:npm
Install gcc intelligence in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"gcc-intelligence": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"gcc-intelligence-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs