Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

gmem in other clients