Skip to content
Cursor

GovWait for Cursor

io.github.artwisdom/govwait

Source-backed government processing times with current values, history, comparisons, and provenance.

client:Cursor transport:stdio runtime:npm

Install GovWait in Cursor

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

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

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

GovWait in other clients