When we disable certain tools in MCP in the cursor setting UI, where is that stored? The MCP config itself does not have it, it only has the config for connecting to the MCP like uvx, docker , http but nothing about enabled/disabled tools.
Which config file on the system is storing that info?
condor
September 14, 2025, 3:45pm
2
Hi @Skskssks this is currently stored in ~/.cursor/ in the database
Thanks for the reply @condor . But which file exactly? I looked around in ~/.cursor
with sqlite browser but couldnβt spot it
1 Like
There is no file called state.vscdb
under ~/.cursor
. I am on MacOS if that matters
/Users/<redacted>/.cursor
βββ argv.json
βββ chats
β βββ 2059c078535b9a057a6f3eb5c598513d
β βββ 9a52b89569377afa5f71356c93e48582
βββ cli-config.json
βββ extensions
β βββ aaron-bond.better-comments-3.0.2
β βββ .... bunch of extensions
β βββ yzhang.markdown-all-in-one-3.6.3
βββ ide_state.json
βββ mcp.json
βββ projects
β βββ Users-<redacted>
βββ prompt_history.json
βββ workers
65 directories, 6 files
deanrie
September 17, 2025, 2:56pm
6
Hey, the state.vscdb
file is located at this path: ~/Library/Application Support/Cursor/User/globalStorage
1 Like