AI & ML
Trust: 32/100 (Limited)io.github.thelabvenice/memdata Guide
Persistent memory for AI agents. Store context, retrieve it semantically.
by thelabvenice
Quick Start
Install
npx memdata-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-thelabvenice-memdata": {
"command": "npx",
"args": [
"memdata-mcp"
]
}
}
}