Odel
gmem

gmem

Local
@yksanjo1TypeScriptMITUpdated 1mo ago

Persistent, Solana-aware project memory for AI coding agents. Typed entities + git-aware diffs.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@yksanjo/gmemv1.1.0

Run

npx -y @yksanjo/gmem

MCP client config

{
  "mcpServers": {
    "gmem": {
      "command": "npx",
      "args": [
        "-y",
        "@yksanjo/gmem"
      ]
    }
  }
}