gmem for VS Code
io.github.yksanjo/gmem
Persistent, Solana-aware project memory for AI coding agents. Typed entities + git-aware diffs.
client:VS Code
transport:stdio
runtime:npm
Install gmem in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "gmem-db",
"description": "GMEM_DB",
"password": true
}
],
"servers": {
"gmem": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@yksanjo/gmem"
],
"env": {
"GMEM_DB": "${input:gmem-db}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs