stateark for Cursor
io.github.askrion/stateark
Local-first version control for AI work. Savepoint and resume your project state across chats.
client:Cursor
transport:stdio
runtime:npm
Install stateark in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"stateark": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"stateark"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs