Skip to content
Claude Desktop

global sentinel mcp for Claude Desktop

io.github.ykshah1309/global-sentinel-mcp

Polymarket, GDELT, OpenSky, Cloudflare Radar unified as one MCP server.

client:Claude Desktop transport:stdio runtime:pypi

Install global sentinel mcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "global-sentinel-mcp": {
      "command": "uvx",
      "args": [
        "global-sentinel-mcp"
      ],
      "env": {
        "OPENSKY_CLIENT_ID": "<OPENSKY_CLIENT_ID>",
        "OPENSKY_CLIENT_SECRET": "<OPENSKY_CLIENT_SECRET>",
        "OPENSKY_USERNAME": "<OPENSKY_USERNAME>",
        "OPENSKY_PASSWORD": "<OPENSKY_PASSWORD>",
        "CLOUDFLARE_API_TOKEN": "<CLOUDFLARE_API_TOKEN>",
        "LOG_LEVEL": "<LOG_LEVEL>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

global sentinel mcp in other clients