THOR for Cursor
io.github.nworks3d/thor
Local memory for coding agents. A rule with a runnable proof can refuse a wrong command.
client:Cursor
transport:stdio
runtime:oci
Install THOR in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"thor": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/nworks3d/thor-mcp:2.4.0"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs