Hi all,
Is there a way to edit mcp.json which is in cursor (not in the project)? I need to delete some lines there, once I have defined these lines in each project.
Is there is a way, let me know
Hi all,
Is there a way to edit mcp.json which is in cursor (not in the project)? I need to delete some lines there, once I have defined these lines in each project.
Is there is a way, let me know
Hey, yeah, you can edit it directly.
The global MCP config is in your home folder: ~/.cursor/mcp.json on Windows it’s C:\Users\<username>\.cursor\mcp.json. It’s a normal JSON file, so you can open it in any editor and delete the server entries you don’t need.
You can also access the same file from Cursor. Open Cursor Settings, then MCP. The global-level servers are loaded from there. Adding or editing a server in that section opens the same file.
After you remove entries from the global file, they won’t apply anywhere anymore. Servers defined in each project’s .cursor/mcp.json will still work in their own projects.
Let me know if anything doesn’t match up.
Thank you very much!!!