Skip to content
Cursor

ainative memory mcp for Cursor

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

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

client:Cursor transport:stdio runtime:npm

Install ainative memory mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

ainative memory mcp in other clients