airlock for Cursor
io.github.adamorad/airlock
Local daemon giving AI agents named locks, shared state, events, and a task queue over MCP.
client:Cursor
transport:stdio
runtime:oci
Install airlock in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"airlock": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/adamorad/airlock:2.0.0"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs