ainative opencode memory mcp for Cursor
io.github.ainative-studio/ainative-opencode-memory-mcp
Persistent cross-session memory for OpenCode and MCP coding agents, powered by ZeroDB.
client:Cursor
transport:stdio
runtime:npm
Install ainative opencode memory mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"ainative-opencode-memory-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ainative-opencode-memory-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs