★ 53 stars
Go
🤖 AI/LLM
Updated today
Stash — persistent memory layer for AI agents. Episodes, facts, and working context stored in Postgres. MCP server included. Self-hosted, single binary, no cloud required.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"stash": {
"command": "go",
"args": [
"run",
"github.com/alash3al/stash@latest"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add stash go run github.com/alash3al/stash@latest
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"stash": {
"command": "go",
"args": [
"run",
"github.com/alash3al/stash@latest"
]
}
}
}
📋 Copy
Topics
ai ai-agents ai-memory memory