Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] MCP global config , It doesn’t take effect on linux #2886

Open
Yu-Xiao-Sheng opened this issue Mar 19, 2025 · 1 comment
Open

[BUG] MCP global config , It doesn’t take effect on linux #2886

Yu-Xiao-Sheng opened this issue Mar 19, 2025 · 1 comment

Comments

@Yu-Xiao-Sheng
Copy link

Yu-Xiao-Sheng commented Mar 19, 2025

In the Linux version of Cursor, when using the globally configured MCP tool, it was actually tested that it did not take effect after entering the application.

My global config file is ~/.cursor/mcp.json

{
    "mcpServers": {
        "server-sequential-thinking": {
            "command": "npx",
            "args": [
                "@modelcontextprotocol/server-sequential-thinking"
            ]
        },
        "fetch_server": {
            "command": "uvx",
            "args": [
                "mcp-server-fetch"
            ]
        }
    }
}

Save this file. I restart my Cursor. look MCP Servers, no servers loading.
my system info:Linux Mint22.1 Cinnamon. my cursor version is 0.46.11.

版本: 0.46.11
提交: 1.96.2
日期: ae378be9dc2f5f1a6a1a220c6e25f9f03c8d4e10
Electron: 2025-03-07T06:51:09.153Z
ElectronBuildId: 32.2.6
Chromium: undefined
Node.js: 128.0.6613.186
V8: 20.18.1
OS: 12.8.374.38-electron.0

But, I use the config in project mcp config file ,it’s ok.

Image

way 1 is ok,
way 2 is faild.

@BronzonTech-Cloud
Copy link

i have the same issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants