Skip to content
Cursor

govping for Cursor

io.github.stevebutterworth/govping

Free regulatory intelligence. Search 27,000+ changes across 2,000+ government sources.

client:Cursor transport:stdio runtime:npm

Install govping in Cursor

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

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

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

govping in other clients