gmem for Windsurf
io.github.yksanjo/gmem
Persistent, Solana-aware project memory for AI coding agents. Typed entities + git-aware diffs.
client:Windsurf
transport:stdio
runtime:npm
Install gmem in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"gmem": {
"command": "npx",
"args": [
"-y",
"@yksanjo/gmem"
],
"env": {
"GMEM_DB": "<GMEM_DB>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs