uisight
v0.15.0
io.github.yusufcemres/uisight
Your AI sees the screen but can't measure it — measured web UI findings, shared live sessions
io.github.yul761/statecore-mcp · v0.1.2
Auditable memory for coding agents: evidence chains, supersession history, keyless embedded SQLite
statecore-mcp 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"statecore-mcp": {
"command": "npx",
"args": [
"-y",
"statecore-mcp"
]
}
}
}STATECORE_SCOPE可选Override the memory scope name (defaults to the git repository root, else the working directory)
FEATURE_LLM可选Set to 'true' together with MODEL_* variables to enable background distillation of conversational events; everything else works without it
MODEL_API_KEY可选secretOpenAI-compatible API key for background distillation (DeepSeek, OpenAI, Ollama, ...); not required for core memory, audit, and recall
MODEL_BASE_URL可选OpenAI-compatible base URL for the distillation model (e.g. https://api.deepseek.com/v1)
MODEL_NAME可选Model used for background distillation (e.g. deepseek-chat)
v0.15.0
io.github.yusufcemres/uisight
Your AI sees the screen but can't measure it — measured web UI findings, shared live sessions
v0.4.0
tech.finology/student-loan
Free, keyless federal student-loan math: RAP, IBR, ICR, PSLF. Logged+cited tier: verified-engine
v3.0.71
io.github.hashgraph-online/hol-guard
Local-first AI agent security evidence and approval workflows through HOL Guard's stdio MCP server.
v2.6.14
io.github.DamianTodorovic/kepta
Local memory for AI agents. One SQLite file on your machine — no cloud, no account.
v0.9.4
io.github.prismnetwork-tech/mcp
Rent real NVIDIA GPUs from your agent. Browse with no wallet; pay per second onchain.
v0.4.0
io.github.LBarimi/failtrace
Reproduce, compare, isolate, and minimize software failures with saved evidence.
{
"id": "io.github.yul761/statecore-mcp",
"type": "mcp-server",
"version": "0.1.2",
"displayName": "statecore-mcp",
"description": "Auditable memory for coding agents: evidence chains, supersession history, keyless embedded SQLite",
"repository": {
"url": "https://github.com/yul761/StateCore",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "statecore-mcp",
"version": "0.1.2",
"transport": "stdio",
"environmentVariables": [
{
"name": "STATECORE_SCOPE",
"description": "Override the memory scope name (defaults to the git repository root, else the working directory)"
},
{
"name": "FEATURE_LLM",
"description": "Set to 'true' together with MODEL_* variables to enable background distillation of conversational events; everything else works without it"
},
{
"name": "MODEL_API_KEY",
"description": "OpenAI-compatible API key for background distillation (DeepSeek, OpenAI, Ollama, ...); not required for core memory, audit, and recall",
"isSecret": true
},
{
"name": "MODEL_BASE_URL",
"description": "OpenAI-compatible base URL for the distillation model (e.g. https://api.deepseek.com/v1)"
},
{
"name": "MODEL_NAME",
"description": "Model used for background distillation (e.g. deepseek-chat)"
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode",
"trae",
"cherry-studio",
"lingma",
"windsurf",
"cline",
"workbuddy"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.yul761/statecore-mcp",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.yul761%2Fstatecore-mcp/versions/latest",
"isOfficial": true,
"status": "active"
}
}