Back to Apps

Collie
by suleymanozkeskin
Index-accelerated code search providing near-instant token, symbol, and regex searches across large codebases.
0 stars
Works in:Codex
Exposes:Tools
What it does
Collie is a high-performance code search tool that replaces traditional grep/rg workflows with an index-backed daemon. It indexes source files in the background and provides structural symbol search and regex acceleration, making it significantly faster for navigating massive repositories.
Tools
search: Performs token-based, symbol-based, or regex searches with filters for language, kind, and path.watch: Starts the background daemon to keep the index current.status: Verifies the daemon state and index health.clean: Removes the index and stops the daemon.rebuild: Forces a full re-index of the codebase.
Installation
Install using cargo:
cargo install collie-search
Add to claude_desktop_config.json:
{
"mcpServers": {
"collie": {
"command": "collie",
"args": ["skill"],
"transportType": "stdio"
}
}
}
Supported hosts
Codex, Claude
Quick install
cargo install collie-searchInformation
- Pricing
- free
- Published
- 7/2/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Codex
Install via cargo and use 'collie skill'Claude Desktop
{"mcpServers": {"collie": {"command": "collie", "args": ["skill"], "transportType": "stdio"}}}





