Mmcp.market

Ainative Opencode Memory MCP server

by AINative-Studio·io.github.AINative-Studio/ainative-opencode-memory-mcp·v0.1.2

Persistent cross-session memory for OpenCode and MCP coding agents, powered by ZeroDB.

A89/100grade A
What users say
No reviews yet
Be the first
Safety scan
A89/100

full report

Adoption
New

0 stars30 downloads/wk

Reviews

Write one

Nobody 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 posts

Read from the package source without running it. The installed server may list more.

  • opencode_clear_memorywrite action

    Delete stored memories. Optionally scope to a tag; with no tag, clears ALL memories in the namespace (destructive).

  • opencode_memory_stats

    Report how many memories are stored for this OpenCode namespace.

  • opencode_recall_context

    Pull 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_memory

    Semantic search over everything the agent has remembered. Returns the most relevant memories for a query.

  • opencode_store_memory

    Store 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

no findings
  • 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
Overall 89/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

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-mcp

Setup (OpenCode)

  1. Get a free API key → ainative.studio/signup (Hobbyist $5/mo, 7-day free trial).
  2. 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
Add to Cursor

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.

All Ainative Opencode Memory alternatives →
  • Deja Vu
    deja-vu: local memory over the session histories of thirty-four coding agents.
    A
  • Prism Coder
    Session memory for coding agents: local-first recall, drift detection, on-device inference.
    C
  • Claudexor
    Route coding work across Claude Code, Codex, Cursor, and OpenCode with shared context.
    A
  • State Memory MCP
    Deterministic, persistent graph server for tracking workflow state, decisions, and blockers.
    A
  • Knowl
    Persistent memory for Claude Code, Cursor and Codex. Facts retire when they change.
    A

More from AINative-Studio