Skip to content

Commit 5aae9c4

Browse files
committed
Uninstall info in readme
1 parent c09dfd0 commit 5aae9c4

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,16 @@ codegraph init -i
5656

5757
</div>
5858

59+
### Uninstall
60+
61+
Changed your mind? One command removes CodeGraph from every agent it configured:
62+
63+
```bash
64+
codegraph uninstall
65+
```
66+
67+
<sub>Reverses the installer — strips CodeGraph's MCP server config, instructions, and permissions from each configured agent. Your project indexes (`.codegraph/`) are left untouched; remove those per-project with `codegraph uninit`. Use `--target` to remove from specific agents, or `--yes` to run non-interactively.</sub>
68+
5969
---
6070

6171
## Why CodeGraph?
@@ -333,6 +343,7 @@ At the start of a session, ask the user if they'd like to initialize CodeGraph:
333343
```bash
334344
codegraph # Run interactive installer
335345
codegraph install # Run installer (explicit)
346+
codegraph uninstall # Remove CodeGraph from your agents (inverse of install)
336347
codegraph init [path] # Initialize in a project (--index to also index)
337348
codegraph uninit [path] # Remove CodeGraph from a project (--force to skip prompt)
338349
codegraph index [path] # Full index (--force to re-index, --quiet for less output)

0 commit comments

Comments
 (0)