Skip to content

Client closed on cursor mcp #17

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

Open
DwikyAhmad opened this issue Apr 2, 2025 · 3 comments
Open

Client closed on cursor mcp #17

DwikyAhmad opened this issue Apr 2, 2025 · 3 comments
Assignees

Comments

@DwikyAhmad
Copy link

DwikyAhmad commented Apr 2, 2025

I can't seem to able to connect to cursor, i already did the steps, clone, npm install, build, and created the config for cursor, is there anything that im missing?, i have tried running manually by node ./godot-mcp/build/index.js and it dont seems to have any problem either, it found the godot executable

Image

Image

Image

Image

@Coding-Solo Coding-Solo self-assigned this Apr 11, 2025
@Coding-Solo
Copy link
Owner

@DwikyAhmad

Could you try setting the path to it's absolute path?

Something like this

{
  "mcpServers": {
    "godot": {
      "command": "node",
      "args": [
        "/Users/yourname/code/godot-mcp/build/index.js"
      ]
    }
  }
}

Let me know if the issue persists!

@SeanPadraicClaytonMcGrady
Copy link

SeanPadraicClaytonMcGrady commented Apr 12, 2025

@DwikyAhmad If you typically use WSL on Windows, make sure you have Node on Windows. Cursor defaults to using Powershell.

Edit: Or change the default terminal.

@blkc
Copy link

blkc commented Apr 12, 2025

@SeanPadraicClaytonMcGrady thanks, for me using Node on windows works. Path should be windows path.

{
  "mcpServers": {
    "godot": {
      "command": "node",
      "args": [
        "E:\/Documents\/Projects\/godot-mcp\/build\/index.js"
      ]
    }
  }
}

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

4 participants