mcpbeat Sign in

Sthayi MCP Server

by sthayi-ai Your server? Claim it
local only

Sthayi runs on your own machine — the client starts it, so there is no endpoint to ping. 57 installs a week from npm. Last commit 13 Aug 2026.

Local-first AI memory over MCP. No account; you own the store.

Installs per day peak 314 · avg 21 · +14000% w/w
a month agotoday
57
Installs / week
npm · sthayi
0
Stars
0 open issues
13 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

        () => act({ state, target: (name: string) => path.join(realDir, name) }),
In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

A live secret is committed in the code .github/workflows/release.yml:925
          MATRIX_CANARY='sk-proj-CANARYaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa'

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add sthayi -- npx -y sthayi
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "sthayi": {
      "args": [
        "-y",
        "sthayi"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.sthayi]
command = "npx"
args = ["-y", "sthayi"]
.cursor/mcp.json
{
  "mcpServers": {
    "sthayi": {
      "args": [
        "-y",
        "sthayi"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "sthayi": {
      "args": [
        "-y",
        "sthayi"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Sthayi

same job, measured the same way
FactMem
by gordonkjlee

A local memory engine. You own the SQLite file. Not Mem0's hosted OpenMemory MCP.

49 installs/wk local only
C
HyperMarrow
by qianshi

Local-first long-term memory for AI coding agents. Stored on your own machine.

84 installs/wk local only
Elephia
by elephia

Git for your AI's context: local-first, deterministic memory over MCP. An elephant never forgets.

50 installs/wk local only
Whitemagic MCP
by lbailey94

Local-first memory and session continuity for AI coding agents over MCP. No cloud, no telemetry.

1 080 installs/wk local only
KEPTA — Agent Memory
by damiantodorovic

Local memory for AI agents. One SQLite file on your machine — no cloud, no account.

729 installs/wk local only
L
Wyrm
by ghosts

Local-first memory for AI agents: ground truths, failure firewall, negotiated recall over MCP.

1 109 installs/wk local only
AI Agent Memory
by xiangzi1126

Agent-agnostic persistent memory MCP server. Local-first: memories travel with your project.

87 installs/wk local only
Norn
by samad001z

Local-first, persistent memory for AI coding agents — remember, recall, forget, and list, over MCP.

50 installs/wk local only

Sthayi — questions

Answers built from our own checks of this server.

Why is there no uptime for Sthayi?
Sthayi runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package sthayi was installed 57 times last week.
How do I connect Sthayi?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls sthayi straight from npm; nothing to host, nothing to sign up for.
How many people use Sthayi?
The npm package sthayi was installed 57 times in the last week. Week over week that is +14000%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Sthayi open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.