Skip to content

Commit 5d934ae

Browse files
authored
Merge pull request #96 from no-fluff/claude/issue-92-20250901-2030
Add ccexp to Tools and MCP servers
2 parents 423a542 + 868c789 commit 5d934ae

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

data.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,16 @@ detail = "cco provides automatic sandboxing for Claude Code using native OS tool
238238
category = "Security"
239239
agents = ["claude-code"]
240240

241+
[[tools]]
242+
name = "ccexp"
243+
website = ""
244+
repo = "https://github.com/nyatinte/ccexp"
245+
open_source = true
246+
summary = "Interactive CLI tool for exploring and managing Claude Code configuration files."
247+
detail = "ccexp provides a split-pane terminal interface for discovering project and user-level Claude Code configurations including memory files, slash commands, and subagent settings. Features keyboard-driven navigation, live search, file preview with syntax highlighting, and batch operations for efficient configuration management."
248+
category = "Codebase understanding"
249+
agents = ["claude-code"]
250+
241251
[[tools]]
242252
name = "cchistory"
243253
website = ""

0 commit comments

Comments
 (0)