Skip to content
VS Code

Sthayi for VS Code

io.github.sthayi-ai/sthayi

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

client:VS Code transport:stdio runtime:npm

Install Sthayi in VS Code

.vscode/mcp.json

{
  "servers": {
    "sthayi": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "sthayi"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Sthayi in other clients