diff --git a/docs/CONFIGURATION.md b/docs/CONFIGURATION.md index 1205f70..64b9c06 100644 --- a/docs/CONFIGURATION.md +++ b/docs/CONFIGURATION.md @@ -141,6 +141,20 @@ Add to `%APPDATA%\Claude\claude_desktop_config.json`: } ``` +### Opencode TUI/Desktop + +You can put it at [various different](https://opencode.ai/docs/config/#locations) locations. I recommend `opencode.json` in the project folder. + +```json +{ + "mcpServers": { + "vestige": { + "command": "vestige-mcp" + } + } +} +``` + --- ## Custom Data Directory