Cursor
Use your memos from Cursor Agent in any project. The Cursor CLI reads the same config.
Team admins can limit MCP servers to an allowlist.
Install in one click
Add to Cursor opens the app and adds GigaRAG with your agent key. Sign in to get your key, then install in one click.
Or use the GigaRAG CLI
One command connects Cursor and every other AI tool on this machine. Signing in happens in your browser, so no key is written into any config file.
npm install -g gigarag gigarag login gigarag connect
Restart Cursor afterwards. Nothing here expires, and gigarag connect --remove takes GigaRAG back out of everything it touched.
Sign in with GigaRAG
Connect without a key: Cursor opens your browser, you sign in to GigaRAG and pick this workspace.
- 1.
Add GigaRAG without a header
~/.cursor/mcp.json{ "mcpServers": { "gigarag": { "url": "https://mcp.gigarag.com/mcp" } } } - 2.
Connect it in Cursor settings, or from the Cursor CLI
agent mcp login gigarag
- 3.
Sign in with your GigaRAG account
Your browser opens GigaRAG. Pick the workspace to share and approve. No key is stored in the app, and the connection does not expire.
Or set it up by hand
- 1.
Add GigaRAG to your global MCP config
Use the global file rather than .cursor/mcp.json in a project, so the key stays out of the repository.
~/.cursor/mcp.json{ "mcpServers": { "gigarag": { "url": "https://mcp.gigarag.com/mcp", "headers": { "Authorization": "Bearer <api-key>" } } } } - 2.
Restart Cursor
gigarag appears under Tools & MCP in Cursor settings.
Check it worked
Send this once it is connected. An answer drawn from your workspace means the connection is live.
List my GigaRAG buckets.
Written from the official docs: Cursor MCP, Install links, Cursor CLI MCP