loading…
Search for a command to run...
loading…
MCP server for indexing and searching Git repositories with AI. Enables tools like listing repos, semantic search, file globbing, and regex grep.
MCP server for indexing and searching Git repositories with AI. Enables tools like listing repos, semantic search, file globbing, and regex grep.
npm version npm downloads CI License: MIT

Index and search your Git repositories with AI. Includes a terminal UI and MCP server for AI tool integration.
Requires Bun runtime.
# Install globally
npm install -g repobase
# Or with bun
bun install -g repobase
repobase
Keyboard shortcuts:
a - Add repositoryd - Delete repositorys - Sync selected repositoryS - Sync all repositories/ - Searchq - QuitAdd to your MCP configuration (~/.cursor/mcp.json or Claude config):
{
"mcpServers": {
"repobase": {
"command": "repobase-mcp"
}
}
}
Available tools:
list_repos - List all indexed repositoriessearch - Search across repositories (keyword, semantic, or hybrid mode)list_files - List files in a repositoryglob_files - Find files by glob patternread_file - Read file contentsgrep - Search file contents with regex# Install dependencies
bun install
# Run TUI in dev mode
bun run dev:tui
# Run MCP server in dev mode
bun run dev:mcp
# Run tests
bun run test
# Build for distribution
bun run build
repobase/
├── packages/
│ ├── engine/ # Core library (indexing, search, git operations)
│ ├── tui/ # Terminal UI
│ └── mcp-server/ # MCP server for AI tools
└── dist/ # Built distribution (after bun run build)
This project uses Conventional Commits for automated versioning and changelog generation.
<type>(<scope>): <description>
[optional body]
[optional footer(s)]
Types:
feat: - New features (triggers minor version bump)fix: - Bug fixes (triggers patch version bump)perf: - Performance improvements (triggers patch version bump)refactor: - Code refactoring (triggers patch version bump)docs: - Documentation changes (no release)style: - Code style changes (no release)test: - Test changes (no release)chore: - Maintenance tasks (no release)ci: - CI/CD changes (no release)Breaking Changes:
Add BREAKING CHANGE: in the commit footer or ! after the type to trigger a major version bump:
feat!: remove deprecated API
BREAKING CHANGE: The old API has been removed.
main automatically publish a release candidate to npm with the @next tag@latest and creates a GitHub releaseMIT
Выполни в терминале:
claude mcp add repobase-mcp -- npx Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development