Skip to content
Cursor

mgm mcp for Cursor

io.github.mrfentmen/mgm-mcp

Keyless Turkish weather: provinces, districts, current, forecasts.

client:Cursor transport:stdio runtime:npm

Install mgm mcp in Cursor

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

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

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

mgm mcp in other clients