Skip to content
Cursor

GST Cranes Public Discovery MCP for Cursor

io.github.gkmex75/gstcranes-mcp-server

Public read-only discovery tools for GST Cranes marketplace, wanted ads, and Crane Wiki.

client:Cursor transport:stdio runtime:npm

Install GST Cranes Public Discovery MCP in Cursor

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

{
  "mcpServers": {
    "gstcranes-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@gstcranes/mcp-server"
      ]
    }
  }
}

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

GST Cranes Public Discovery MCP in other clients