opencode.json in your project (or ~/.config/opencode/opencode.json for
all projects). Note opencode’s shape: type is "local" and command is an array
containing the command and its args together:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Connect opencode to memloom
opencode.json in your project (or ~/.config/opencode/opencode.json for
all projects). Note opencode’s shape: type is "local" and command is an array
containing the command and its args together:
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"memloom": {
"type": "local",
"command": ["npx", "-y", "@memloom/mcp"],
"enabled": true
}
}
}