Skip to content
Grok

steelmind for Grok

io.github.stabgan/steelmind

Structured thinking + steel-manning verification for AI agents. Backed by 43+ papers.

client:Grok transport:stdio runtime:npm

Install steelmind in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "steelmind": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@stabgan/steelmind-mcp"
      ]
    }
  }
}

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

steelmind in other clients