# SiftDB

Search codebases for patterns and references with fast, precise results. Open files on demand to inspect context without leaving your workflow. Browse available collections to quickly target the righ…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add lekt9/sift

# Browse available tools
npx -y @smithery/cli@latest tool list lekt9/sift

# Get full schema for a tool
npx -y @smithery/cli@latest tool get lekt9/sift search_code

# Call a tool
npx -y @smithery/cli@latest tool call lekt9/sift search_code '{}'
```

## Direct MCP Connection

Endpoint: `https://sift--lekt9.run.tools`

## Tools (3)

- `search_code`
- `view_file`
- `list_collections`

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get lekt9/sift <tool-name>
```
