Add Codex integration docs

This commit is contained in:
Aleksei Savin 2026-04-05 18:50:57 +03:00
parent 760957f5ac
commit d10a336ccc
9 changed files with 158 additions and 2 deletions

View file

@ -62,7 +62,21 @@ vestige restore <file> # Restore from backup
---
## Claude Configuration
## Client Configuration
### Codex (One-liner)
```bash
codex mcp add vestige -- /usr/local/bin/vestige-mcp
```
### Codex (Manual)
Add to `~/.codex/config.toml`:
```toml
[mcp_servers.vestige]
command = "/usr/local/bin/vestige-mcp"
```
### Claude Code (One-liner)