You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- "All scopes. One tree." → "One view."
- Remove all "scope tree" references from captions
- Remove "CCO may group projects by path for navigation"
- Privacy: "reads ~/.claude/ only. No API keys" → accurate statement
- "Claude Code organizes everything into two scope levels" → "CCO presents a simplified Global/Project view"
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
**One dashboard to see everything Claude Code loads into context — scan for poisoned MCP servers, reclaim wasted tokens, and fix wrong-scope configs. All without leaving the window.**
15
15
16
-
> **Privacy:** CCO reads your local `~/.claude/` directory only. No API keys accessed, no conversation content read, no data sent externally. Zero telemetry.
16
+
> **Privacy:** CCO reads Claude Code config files on your machine (global and project-level). Nothing is sent externally. Zero telemetry.
17
17
18
18

19
19
@@ -35,17 +35,17 @@ Every time you use Claude Code, three things happen silently:
35
35
36
36
Other tools solve these one at a time. **CCO solves them in one loop:**
37
37
38
-
**Scan** → See every memory, skill, MCP server, rule, command, agent, hook, plugin, plan, and session. All scopes. One tree.
38
+
**Scan** → See every memory, skill, MCP server, rule, command, agent, hook, plugin, plan, and session. Global and every project scope. One view.
39
39
40
40
**Find** → Spot duplicates and wrong-scope items. Context Budget shows what's eating your tokens. Security Scanner shows what's poisoning your tools.
41
41
42
42
**Fix** → Drag to the right scope. Delete the duplicate. Click a security finding and land directly on the MCP server entry — delete it, move it, or inspect its config. Done.
43
43
44
44

45
45
46
-
<sub>Four panels working together: scope tree, MCP server list with security badges, detail inspector, and security scan findings — click any finding to navigate directly to the server</sub>
46
+
<sub>Four panels working together: scope list, MCP server list with security badges, detail inspector, and security scan findings — click any finding to navigate directly to the server</sub>
47
47
48
-
**The difference from standalone scanners:** When CCO finds something, you click the finding and land on the MCP server entry in the scope tree. Delete it, move it, or inspect its config — without switching tools.
48
+
**The difference from standalone scanners:** When CCO finds something, you click the finding and land on the MCP server entry. Delete it, move it, or inspect its config — without switching tools.
49
49
50
50
**Get started — paste this into Claude Code:**
51
51
@@ -86,20 +86,20 @@ Your context window is not 200K tokens. It's 200K minus everything Claude pre-lo
86
86
87
87
## Keep Your Scopes Clean
88
88
89
-
Claude Code organizes everything into two scope levels:
89
+
CCO presents a simplified Global / Project view of your Claude Code config:
90
90
91
91
```
92
92
Global ← loads into EVERY session on your machine
93
93
└─ Project ← loads only when you're in this directory
94
94
```
95
95
96
-
Projects inherit from Global only. Sibling projects do not inherit from each other — filesystem nesting does not create extra inheritance layers. CCO may group projects by path for navigation, but Claude Code scope inheritance is always Global → Project only.
96
+
Projects inherit from Global only. Sibling projects do not inherit from each other — filesystem nesting does not create extra inheritance layers.
97
97
98
98
Here's the problem: **Claude creates memories and skills in whatever directory you're currently in.** You tell Claude "always use ESM imports" while working in `~/myapp` — that memory is trapped in that project scope. Open a different project, Claude doesn't know it. You tell it again. Now you have the same memory in two places, both eating context tokens.
99
99
100
100
Same with skills. You build a deploy skill in your backend repo — it lands in that project's scope. Your other projects can't see it. You end up recreating it everywhere.
101
101
102
-
**CCO shows the full scope tree.** You can see exactly which memories, skills, and MCP servers affect which projects — then drag them to the right scope.
102
+
**CCO shows every scope in one view.** You can see exactly which memories, skills, and MCP servers affect which projects — then drag them to the right scope.
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@mcpware/claude-code-organizer",
3
-
"version": "0.11.6",
3
+
"version": "0.11.7",
4
4
"description": "Organize all your Claude Code memories, skills, MCP servers, commands, agents, rules, and hooks — see what loads globally vs per-project, then move items between scopes",
0 commit comments