Where does the bug appear (feature/product)?
Cursor CLI
Describe the Bug
If I put my mcp.json in ~/.cursor then the cursor cli agent picks it up as expected using “agent mcp list”. When I put it in my project directories .cursor directory then when I run “agent mcp list” it does not pick it up. I am running agent from the project directory.
I have tried adding --approve-mcps and --trust and also setting CURSOR_CONFIG_DIR to the project directory. But I cannot get it to pick up the mcp file.
I am on version 2026.03.30-a5d3e17
Steps to Reproduce
cd to the project directory
Create a .cursor directory in your project directory
add a mcp.json file to the .cursor directory
agent mcp list
Expected Behavior
I expect the mcp to be picked up when agent mcp list is used and when --approve-mcps I expect it to enable the mcps that in the project directory as well as in the home .cursor.
Operating System
Linux
Version Information
2026.03.30-a5d3e17
Does this stop you from using Cursor
Yes - Cursor is unusable

