Ainative Opencode Memory MCP server
Persistent cross-session memory for OpenCode and MCP coding agents, powered by ZeroDB.
0 stars30 downloads/wk
Reviews
Write oneNobody has reviewed Ainative Opencode Memory yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Ainative Opencode Memory tools (5, 1 write)
write = sends, deletes, buys or postsRead from the package source without running it. The installed server may list more.
opencode_clear_memorywrite actionDelete stored memories. Optionally scope to a tag; with no tag, clears ALL memories in the namespace (destructive).
opencode_memory_statsReport how many memories are stored for this OpenCode namespace.
opencode_recall_contextPull the most relevant remembered context for the current coding task — call this at the START of a session to reload what the agent knew.
opencode_search_memorySemantic search over everything the agent has remembered. Returns the most relevant memories for a query.
opencode_store_memoryStore a fact, decision, convention, or code snippet so your OpenCode agent remembers it in future sessions. Use for things like architecture decisions, naming conventions, gotchas, or user preferences.
Public scan report
scanner v0.1.9 · 2026-09-24 · same rubric, same numbers if you re-run it
- Code scan2 source files scanned25/25
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualitylocal package, no credentials required12/15
- Maintenancelast push 53 days ago12/15
- Maintainer identityregistry namespace matches repository owner; GitHub account older than a year9/10
What the publisher says
From the Ainative Opencode Memory repository's README, as published. We do not edit it. Read it on GitHub
ainative-opencode-memory-mcp
Persistent memory for OpenCode agents. OpenCode is stateless — it forgets everything between sessions. This MCP server gives your OpenCode coding agent long-term memory powered by AINative ZeroDB: store a codebase's decisions, conventions, and gotchas once, and recall them in every future session.
Why
OpenCode restarts with a blank slate every time. Your agent re-learns your architecture, re-asks the same questions, re-makes the same mistakes. With this MCP, it remembers:
- Architecture & design decisions
- Naming conventions and code style
- Gotchas, workarounds, and "don't touch X" rules
- User/team preferences
Install
npm install -g ainative-opencode-memory-mcpSetup (OpenCode)
- Get a free API key → ainative.studio/signup (Hobbyist $5/mo, 7-day free trial).
- Add to your OpenCode MCP config (opencode.json / MCP settings):
{
"mcpServers": {
"ainative-memory": {
"command": "npx",
"args": ["-y", "ainative-opencode-memory-mcp"],
"env": { "AINATIVE_API_KEY": "your-key-here" }
}
}
}Tools
Example
At the start of a session, have your agent call opencoderecallcontext with the file/task you're working on — it reloads what it knew. As you work, opencodestorememory captures new decisions. Next session, it all comes back.
Environment
Built by AINative Studio — the AI-native dev platform with 65+ models, one OpenAI-compatible endpoint, and persistent agent memory. MIT licensed.
Nothing above is checked by us. What we check is on the safety report.
Install directly
Runs npx -y ainative-opencode-memory-mcp on your machine. Read the scan report first; the gateway never runs local packages.
claude mcp add ainative-opencode-memory-mcp -- npx -y ainative-opencode-memory-mcp
Ainative Opencode Memory: common questions
- Is Ainative Opencode Memory MCP server safe?
- Yes, by our scan: it is graded A (89/100). Read the Ainative Opencode Memory safety report
- How do I install Ainative Opencode Memory?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does Ainative Opencode Memory need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is Ainative Opencode Memory maintained?
- The last commit was 53 days ago (2026-08-02). The latest release is v0.1.2.
- What can I use instead of Ainative Opencode Memory?
- Servers from other publishers that do the same job: Deja Vu MCP server, Prism Coder MCP server and Claudexor MCP server. Compare all Ainative Opencode Memory alternatives.
Alternatives to Ainative Opencode Memory
Same job from other publishers: the closest match first, then the best rated.
- Deja Vudeja-vu: local memory over the session histories of thirty-four coding agents.not reviewedEstablishedA
- Prism CoderSession memory for coding agents: local-first recall, drift detection, on-device inference.not reviewedEstablishedC
- ClaudexorRoute coding work across Claude Code, Codex, Cursor, and OpenCode with shared context.not reviewedEstablishedA
State Memory MCPDeterministic, persistent graph server for tracking workflow state, decisions, and blockers.not reviewedEstablishedA
KnowlPersistent memory for Claude Code, Cursor and Codex. Facts retire when they change.not reviewedEstablishedA