Skip to content
Grok

taskbounty check for Grok

io.github.eliottreich/taskbounty-check

Local GitHub Actions/CI maintenance check (action pinning, token perms). Not a full security audit.

client:Grok transport:stdio runtime:npm

Install taskbounty check in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "taskbounty-check": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "taskbounty-check"
      ]
    }
  }
}

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

taskbounty check in other clients