Skip to content
VS Code

ainative memory mcp for VS Code

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

Cloud-persistent, semantic-search memory MCP — drop-in for server-memory, backed by ZeroDB.

client:VS Code transport:stdio runtime:npm

Install ainative memory mcp in VS Code

.vscode/mcp.json

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

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

ainative memory mcp in other clients