Skip to content
Grok

agent q for Grok

io.github.stelis-dev/agent-q

Local MCP server for requesting signatures from Agent-Q Firmware.

client:Grok transport:stdio runtime:npm

Install agent q in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "agent-q": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@stelis/agent-q"
      ]
    }
  }
}

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

agent q in other clients