Local-first version control for AI work. Savepoint and resume your project state across chats.
claude mcp add stateark -- npx -y stateark
claude_desktop_config.json
{
"mcpServers": {
"stateark": {
"command": "npx",
"args": [
"-y",
"stateark"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"stateark": {
"command": "npx",
"args": [
"-y",
"stateark"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"stateark": {
"command": "npx",
"args": [
"-y",
"stateark"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"stateark": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"stateark"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"stateark": {
"command": "npx",
"args": [
"-y",
"stateark"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.Askrion--stateark/reviews or the review_server meta-tool.
POST /mcp