★ 0 stars
TypeScript
🤖 AI/LLM
Updated 1d ago
Mnestra — persistent developer memory MCP server for Claude Code, Cursor, Windsurf. Hybrid search, cross-project memory, tiered recency decay. The LLM is stateless, Mnestra isn't.
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": {
"mnestra": {
"command": "npx",
"args": [
"-y",
"jhizzard/mnestra"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mnestra npx -y jhizzard/mnestra
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mnestra": {
"command": "npx",
"args": [
"-y",
"jhizzard/mnestra"
]
}
}
}
📋 Copy
Topics
ai-tools claude cursor developer-tools mcp memory pgvector rag supabase