Skip to content
VS Code

ainative opencode memory mcp for VS Code

io.github.ainative-studio/ainative-opencode-memory-mcp

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

client:VS Code transport:stdio runtime:npm

Install ainative opencode memory mcp in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

ainative opencode memory mcp in other clients