mnemo mcp for VS Code
io.github.n24q02m/mnemo-mcp
Persistent AI memory with hybrid search and embedded sync. Open, free, unlimited.
client:VS Code
transport:stdio
runtime:pypi
Install mnemo mcp in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "api-keys",
"description": "API_KEYS",
"password": true
}
],
"servers": {
"mnemo-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"mnemo-mcp"
],
"env": {
"API_KEYS": "${input:api-keys}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs