AAI Gateway for Cursor
io.github.gybob/aai-gateway
Unified MCP & Skill management gateway, shared across AI agents, 99% context token savings
client:Cursor
transport:stdio
runtime:npm
Install AAI Gateway in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"aai-gateway": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"aai-gateway"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs