Skip to content
Cursor

globalpulse mcp for Cursor

io.github.gpavan1992/globalpulse-mcp

Real-world intelligence MCP — macroeconomics, climate, disasters, trade & aviation.

client:Cursor transport:stdio runtime:npm

Install globalpulse mcp in Cursor

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

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

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

globalpulse mcp in other clients