ainative opencode memory mcp for Gemini CLI
io.github.ainative-studio/ainative-opencode-memory-mcp
Persistent cross-session memory for OpenCode and MCP coding agents, powered by ZeroDB.
client:Gemini CLI
transport:stdio
runtime:npm
Install ainative opencode memory mcp in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"ainative-opencode-memory-mcp": {
"command": "npx",
"args": [
"-y",
"ainative-opencode-memory-mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs