Stateark
Rank #16,558io.github.Askrion/stateark
Local-first version control for AI work. Savepoint and resume your project state across chats.
Stateark is a Model Context Protocol (MCP) server published by Askrion. It ranks #16,558 of 115,460 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. Stateark is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Aug 14, 2026 and most recently updated on Aug 25, 2026.
Ranks ahead of 98,902 of 115,460 servers on MCP Toplist.
Use Stateark
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add stateark -- npx -y stateark[mcp_servers.stateark]
command = "npx"
args = ["-y", "stateark"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"stateark": {
"command": "npx",
"args": [
"-y",
"stateark"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"stateark": {
"command": "npx",
"args": [
"-y",
"stateark"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"stateark": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"stateark"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"stateark": {
"command": "npx",
"args": [
"-y",
"stateark"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"stateark": {
"command": "npx",
"args": [
"-y",
"stateark"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Askrion%2Fstateark)<a href="https://mcptoplist.com/server/io.github.Askrion%2Fstateark"><img src="https://mcptoplist.com/badge/io.github.Askrion%2Fstateark.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
Askrion
Available versions (2)
| Version | Published |
|---|---|
| 0.5.3 | Aug 25, 2026 |
| 0.5.2 | Aug 14, 2026 |
Frequently asked questions
- Who maintains Stateark?
- Stateark is maintained by Askrion, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is Stateark listed on the Official MCP Registry?
- Yes — Stateark is listed on the Official MCP Registry, alongside Glama.
- How many versions does Stateark have?
- MCP Toplist tracks 2 versions of Stateark, most recently published on Aug 25, 2026.
- Where can I find the source code for Stateark?
- The source code for Stateark is hosted at github.com/Askrion/stateark.