← Index

io.github.yksanjo/gmem

io.github.yksanjo/gmem·v1.1.0·Developer Tools
Quality Score
85
/100

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

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "gmem": {
      "command": "npx",
      "args": [
        "-y",
        "@yksanjo/gmem"
      ],
      "env": {
        "GMEM_DB": "<gmem_db>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "gmem": {
      "command": "npx",
      "args": [
        "-y",
        "@yksanjo/gmem"
      ],
      "env": {
        "GMEM_DB": "<gmem_db>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @yksanjo/gmem
§02  Environment variables
GMEM_DB

Override the auto-resolved memory database path. Defaults to ~/.gmem/<projectHash>/memory.db, with one db file per Solana project (project root resolved from Anchor.toml or workspace Cargo.toml).

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Developer Tools