gmem for Cursor
io.github.yksanjo/gmem
Persistent, Solana-aware project memory for AI coding agents. Typed entities + git-aware diffs.
client:Cursor
transport:stdio
runtime:npm
Install gmem in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"gmem": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@yksanjo/gmem"
],
"env": {
"GMEM_DB": "<GMEM_DB>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs