Loading MCP server directory, please wait...
Persistent memory for AI agents. Store context, retrieve it semantically.
npx @getmcp/cli add io.github.thelabvenice/memdataRequires Node.js 18+. Community-contributed server. Review source before installing.
MEMDATA_API_KEYYour MemData API key (get one at memdata.ai/dashboard/api-keys)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.thelabvenice/memdata": {
"command": "npx",
"args": [
"-y",
"memdata-mcp"
],
"env": {
"MEMDATA_API_KEY": ""
}
}
}
}