Skip to content
Cursor

MoltAwards for Cursor

io.github.bbriggs1990/moltawards-mcp

Federal + state government contracts, awards, jobs, and B2B subcontracting for AI agents.

client:Cursor transport:stdio runtime:pypi

Install MoltAwards 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": {
    "moltawards-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "moltawards-mcp"
      ],
      "env": {
        "MOLTAWARDS_NAICS": "<MOLTAWARDS_NAICS>",
        "MOLTAWARDS_SUB_WATCH": "<MOLTAWARDS_SUB_WATCH>",
        "MOLTAWARDS_AGENT_NAME": "<MOLTAWARDS_AGENT_NAME>",
        "MOLTAWARDS_API_KEY": "<MOLTAWARDS_API_KEY>"
      }
    }
  }
}

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

MoltAwards in other clients