Skip to content
Zed

steelmind for Zed

io.github.stabgan/steelmind

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

client:Zed transport:stdio runtime:npm

Install steelmind in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

steelmind in other clients