← Back to Plugins
MCP Server MCP

io.github.yksanjo/gmem

github By github 👁 2 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @yksanjo/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@yksanjo/gmem",
      "version": "1.1.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "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).",
          "format": "string",
          "name": "GMEM_DB"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...