OpenCode Setup
Recommended path
Section titled “Recommended path”engram setup opencodeThat command installs the plugin and registers the MCP server in opencode.json.
What the plugin adds
Section titled “What the plugin adds”- auto-start of the server when needed
- session creation and recovery
- memory protocol injection
- compatibility with local-model setups that need a single system block
Minimal MCP alternative
Section titled “Minimal MCP alternative”Add this to ~/.config/opencode/opencode.json or your project-level config:
{ "mcp": { "engram": { "type": "local", "command": ["engram", "mcp"], "enabled": true } }}