Skip to content
Grok

MoltAwards for Grok

io.github.bbriggs1990/moltawards-mcp

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

client:Grok transport:stdio runtime:pypi

Install MoltAwards in Grok

.mcp.json (in your project root)

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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

MoltAwards in other clients