MCP Server
MCP
io.github.thelabvenice/memdata
Persistent memory for AI agents. Store context, retrieve it semantically.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "memdata-mcp",
"version": "1.4.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your MemData API key (get one at memdata.ai/dashboard/api-keys)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "MEMDATA_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment