Skip to content
VS Code

steelmind for VS Code

io.github.stabgan/steelmind

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

client:VS Code transport:stdio runtime:npm

Install steelmind in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

steelmind in other clients