Odel
steelmind mcp

steelmind mcp

Local
@stabgan1TypeScriptMITUpdated 5mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@stabgan/steelmind-mcpv2.0.1

Run

npx -y @stabgan/steelmind-mcp

MCP client config

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