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

Getting "No server info found" error on Cursor #26

Open
somilg050 opened this issue Apr 5, 2025 · 0 comments
Open

Getting "No server info found" error on Cursor #26

somilg050 opened this issue Apr 5, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@somilg050
Copy link

Bug report

Describe the bug

My mcp.json file:

{
  "mcpServers": {
    "browser-tools": {
      "command": "npx",
      "args": ["@agentdeskai/[email protected]"],
      "type": "command"
    },
    "supabase": {
      "command": "npx",
      "args": [
        "-y",
        "@supabase/[email protected]",
        "--access-token",
        "<redacted>"
      ]
    }
  }
}

A clear and concise description of what the bug is.
Getting this error whenever trying to connect:

[error] base: Error in MCP: Client closed
[error] base: No server info found

Screenshot

Image

System information

  • OS: macOS
  • Version of Node.js: v23.5.0
  • Host: Cursor
@somilg050 somilg050 added the bug Something isn't working label Apr 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant