docs: Cursor mcp.json snippet#69
Conversation
There was a problem hiding this comment.
Code Review
This pull request adds a new "Cursor" configuration section to the MCP_USAGE.md documentation, detailing the configuration file paths and providing a JSON snippet for integration. The review feedback points out a typo ("you system's" instead of "your system's") and incorrect configuration file paths for Cursor on Windows and macOS/Linux.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
|
|
||
| ## Cursor | ||
|
|
||
| To use this AI integrated MCP client, add the configuration snippet below to you system's `mcp.json` file. |
There was a problem hiding this comment.
There is a typo in this line: "you system's" should be "your system's".
| To use this AI integrated MCP client, add the configuration snippet below to you system's `mcp.json` file. | |
| To use this AI integrated MCP client, add the configuration snippet below to your system's `mcp.json` file. |
| - **Windows:** `%USERPROFILE%\.CURSOR\mcp.json` | ||
| - **macOS/Linux** `~/.cursor.json` |
There was a problem hiding this comment.
The configuration file paths for Cursor contain a few issues:
- On macOS/Linux, the path is
~/.cursor/mcp.json(a directory named.cursorcontainingmcp.json), not~/.cursor.json. - On Windows, the directory is typically lowercase
.cursorrather than.CURSOR. - There is a missing colon after macOS/Linux.
| - **Windows:** `%USERPROFILE%\.CURSOR\mcp.json` | |
| - **macOS/Linux** `~/.cursor.json` | |
| - **Windows:** `%USERPROFILE%\.cursor\mcp.json` | |
| - **macOS/Linux:** `~/.cursor/mcp.json` |
hoainho
left a comment
There was a problem hiding this comment.
Review: ⚠️ Needs fixes
Thanks for the contribution! A couple of issues to fix before merging:
- Typo: "you system's" → "your system's" in the Cursor intro paragraph
- Wrong macOS/Linux path:
~/.cursor.jsonshould be~/.cursor/mcp.json. Cursor's MCP config file is~/.cursor/mcp.jsonon both macOS and Linux, not.cursor.json.
Could you please fix both and push an update?
Linked issue
Closes #4
Type of change
What changed
Testing notes
npm run test:run
npm run build
Claim confirmation
If this PR closes a
good first issueorhelp wantedissue, please confirm:.github/workflows/star-check.yml) — the "Star Check" status will block merge until you star.I'll take this(or similar) on the issue before starting work, so two people don't accidentally race on the same issue. (Honor-system; not CI-enforced.)If this PR is from a maintainer or a follow-up to a tracked plan, both can be skipped — just delete this section. Maintainer/bot/
tracked-plan-labeled PRs are auto-exempted by the Star Check workflow.Checklist
npm run test:runpasses locally (or pre-existing failures are unrelated to this change)npm run buildsucceeds locally## [Unreleased](skip for docs-only or test-only PRs)fix(panel): ...)Screenshots / GIFs
Additional notes
The previous issues with Claude and Open Code weren't available so I had no idea if there was an actual endpoint for Cursor to find for the MCP server.