ainative opencode memory mcp for Zed
io.github.ainative-studio/ainative-opencode-memory-mcp
Persistent cross-session memory for OpenCode and MCP coding agents, powered by ZeroDB.
client:Zed
transport:stdio
runtime:npm
Install ainative opencode memory mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"ainative-opencode-memory-mcp": {
"command": "npx",
"args": [
"-y",
"ainative-opencode-memory-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs