mirror of
https://github.com/samvallad33/vestige.git
synced 2026-07-04 22:02:14 +02:00
Add Codex integration docs
This commit is contained in:
parent
760957f5ac
commit
d10a336ccc
9 changed files with 158 additions and 2 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue