StateCore
Rank #13,075io.github.yul761/statecore-mcp
Auditable memory for coding agents: evidence chains, supersession history, keyless embedded SQLite
StateCore is a Model Context Protocol (MCP) server published by yul761. It ranks #13,075 of 132,046 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. StateCore is listed on Official MCP, with 1 tracked version. It was first listed on Feb 4, 2026 and most recently updated on Aug 15, 2026.
Ranks ahead of 118,971 of 132,046 servers on MCP Toplist.
Use StateCore
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add statecore-mcp -e "STATECORE_SCOPE=<your STATECORE_SCOPE>" -e "FEATURE_LLM=<your FEATURE_LLM>" -e "MODEL_API_KEY=<your MODEL_API_KEY>" -e "MODEL_BASE_URL=<your MODEL_BASE_URL>" -e "MODEL_NAME=<your MODEL_NAME>" -- npx -y statecore-mcpReplace each placeholder with your own value before saving.
[mcp_servers.statecore-mcp]
command = "npx"
args = ["-y", "statecore-mcp"]
[mcp_servers.statecore-mcp.env]
STATECORE_SCOPE = "<your STATECORE_SCOPE>"
FEATURE_LLM = "<your FEATURE_LLM>"
MODEL_API_KEY = "<your MODEL_API_KEY>"
MODEL_BASE_URL = "<your MODEL_BASE_URL>"
MODEL_NAME = "<your MODEL_NAME>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"statecore-mcp": {
"command": "npx",
"args": [
"-y",
"statecore-mcp"
],
"env": {
"STATECORE_SCOPE": "<your STATECORE_SCOPE>",
"FEATURE_LLM": "<your FEATURE_LLM>",
"MODEL_API_KEY": "<your MODEL_API_KEY>",
"MODEL_BASE_URL": "<your MODEL_BASE_URL>",
"MODEL_NAME": "<your MODEL_NAME>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"statecore-mcp": {
"command": "npx",
"args": [
"-y",
"statecore-mcp"
],
"env": {
"STATECORE_SCOPE": "<your STATECORE_SCOPE>",
"FEATURE_LLM": "<your FEATURE_LLM>",
"MODEL_API_KEY": "<your MODEL_API_KEY>",
"MODEL_BASE_URL": "<your MODEL_BASE_URL>",
"MODEL_NAME": "<your MODEL_NAME>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"statecore-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"statecore-mcp"
],
"env": {
"STATECORE_SCOPE": "<your STATECORE_SCOPE>",
"FEATURE_LLM": "<your FEATURE_LLM>",
"MODEL_API_KEY": "<your MODEL_API_KEY>",
"MODEL_BASE_URL": "<your MODEL_BASE_URL>",
"MODEL_NAME": "<your MODEL_NAME>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"statecore-mcp": {
"command": "npx",
"args": [
"-y",
"statecore-mcp"
],
"env": {
"STATECORE_SCOPE": "<your STATECORE_SCOPE>",
"FEATURE_LLM": "<your FEATURE_LLM>",
"MODEL_API_KEY": "<your MODEL_API_KEY>",
"MODEL_BASE_URL": "<your MODEL_BASE_URL>",
"MODEL_NAME": "<your MODEL_NAME>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"statecore-mcp": {
"command": "npx",
"args": [
"-y",
"statecore-mcp"
],
"env": {
"STATECORE_SCOPE": "<your STATECORE_SCOPE>",
"FEATURE_LLM": "<your FEATURE_LLM>",
"MODEL_API_KEY": "<your MODEL_API_KEY>",
"MODEL_BASE_URL": "<your MODEL_BASE_URL>",
"MODEL_NAME": "<your MODEL_NAME>"
}
}
}
}Replace each placeholder with your own value before saving.
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.yul761%2Fstatecore-mcp)<a href="https://mcptoplist.com/server/io.github.yul761%2Fstatecore-mcp"><img src="https://mcptoplist.com/badge/io.github.yul761%2Fstatecore-mcp.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
yul761
Available versions (1)
| Version | Published |
|---|---|
| 0.1.2 | Aug 15, 2026 |
Frequently asked questions
- Who maintains StateCore?
- StateCore is maintained by yul761, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is StateCore listed on the Official MCP Registry?
- Yes — StateCore is listed on the Official MCP Registry.
- How many versions does StateCore have?
- MCP Toplist tracks 1 version of StateCore, most recently published on Aug 15, 2026.
- Where can I find the source code for StateCore?
- The source code for StateCore is hosted at github.com/yul761/StateCore.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.