Skip to content
Cursor

gopeak for Cursor

io.github.had0yun/gopeak

GoPeak — The most comprehensive MCP server for Godot Engine. 95+ tools, LSP, DAP, screenshots.

client:Cursor transport:stdio runtime:npm

Install gopeak in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "gopeak": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "gopeak"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

gopeak in other clients