Official Homebrew tap for CodeSeeker - Graph-powered code intelligence for Claude Code and AI assistants.
brew tap jghiringhelli/codeseeker
brew install codeseekerOr in one command:
brew install jghiringhelli/codeseeker/codeseekerConfigure CodeSeeker for your IDE:
codeseeker install --vscode # VS Code (Claude Code & GitHub Copilot)
codeseeker install --cursor # Cursor IDE
codeseeker install --windsurf # Windsurf IDEThen restart your IDE.
Ask your AI assistant: "What CodeSeeker tools do you have?"
You should see tools like: search, search_and_read, show_dependencies, read_with_context, standards, etc.
CodeSeeker builds a knowledge graph of your codebase—not just embeddings—so Claude understands how your code actually connects.
Features:
- Hybrid search: Vector + text + path with RRF fusion
- Knowledge graph: Maps imports, calls, extends, implements
- Auto-detected coding standards
- Graph RAG for better AI code understanding
- Works with Claude Code, GitHub Copilot, Cursor, Claude Desktop
For CodeSeeker issues: https://github.com/jghiringhelli/codeseeker/issues
For tap/formula issues: https://github.com/jghiringhelli/homebrew-codeseeker/issues
MIT