MCP Server
MCP
io.github.yksanjo/gmem
Persistent, Solana-aware project memory for AI coding agents. Typed entities + git-aware diffs.
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
By
Comments
Sign in to leave a comment