Skip to content
Cursor

RFP Hub for Cursor

io.github.the-rfp-hub/rfp-hub

Search Ethereum-ecosystem funding opportunities; submit one behind a human approval step.

client:Cursor transport:stdio runtime:npm

Install RFP Hub 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": {
    "rfp-hub": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@the-rfp-hub/mcp"
      ],
      "env": {
        "RFPHUB_API_BASE": "<RFPHUB_API_BASE>",
        "RFPHUB_API_KEY": "<RFPHUB_API_KEY>"
      }
    }
  }
}

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

RFP Hub in other clients