Odel
ainative opencode memory mcp

ainative opencode memory mcp

Local
@ainative-studioJavaScriptMITUpdated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmainative-opencode-memory-mcpv0.1.2

Run

npx -y ainative-opencode-memory-mcp

MCP client config

{
  "mcpServers": {
    "ainative-opencode-memory-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ainative-opencode-memory-mcp"
      ]
    }
  }
}