steelmind for Cursor
io.github.stabgan/steelmind
Structured thinking + steel-manning verification for AI agents. Backed by 43+ papers.
client:Cursor
transport:stdio
runtime:npm
Install steelmind in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"steelmind": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@stabgan/steelmind-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs