Sthayi for Cursor
io.github.sthayi-ai/sthayi
Local-first AI memory over MCP. No account; you own the store.
client:Cursor
transport:stdio
runtime:npm
Install Sthayi in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"sthayi": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"sthayi"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs