Skip to content
Cursor

govtoolspro mcp server for Cursor

io.github.smythmyke/govtoolspro-mcp-server

Workflow tools for federal contractors: go/no-go scoring, incumbent intel, recompete, NECO.

client:Cursor transport:stdio runtime:npm

Install govtoolspro mcp server in Cursor

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

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

{
  "mcpServers": {
    "govtoolspro-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "govtoolspro-mcp-server"
      ],
      "env": {
        "GOVTOOLSPRO_API_KEY": "<GOVTOOLSPRO_API_KEY>",
        "GOVTOOLSPRO_API_BASE": "<GOVTOOLSPRO_API_BASE>"
      }
    }
  }
}

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

govtoolspro mcp server in other clients