Skip to main content

High-performance local search and indexing engine for large codebases

Project description

Sari - Local MCP Code Search + Daemon + Dashboard

한국어 문서

Sari is a local-first MCP server for large codebases. It provides:

  • Fast local indexing/search
  • Multi-workspace registration
  • Daemon lifecycle management
  • Web dashboard for runtime/index visibility

Your code stays on your machine.

Quick Start

1. Install

Recommended:

uv tool install sari

Check install path:

which sari

2. Start daemon

sari daemon start -d

3. Register workspaces to index

sari roots add /absolute/path/to/repo-a
sari roots add /absolute/path/to/repo-b
sari roots list

4. Open dashboard

Default URL:

http://127.0.0.1:47777/

The dashboard shows status, health, workspace list, and per-workspace indexed file counts.

5. Verify runtime

sari daemon status
sari status

MCP Setup

Minimal MCP server configuration (recommended):

Codex CLI (~/.codex/config.toml)

[mcp_servers.sari]
command = "sari"
args = ["--transport", "stdio", "--format", "pack"]

Gemini CLI (~/.gemini/settings.json)

{
  "mcpServers": {
    "sari": {
      "command": "sari",
      "args": ["--transport", "stdio", "--format", "pack"]
    }
  }
}

You can also generate host-specific config snippets:

sari --cmd install --host codex --print
sari --cmd install --host gemini --print

Workspace Registration Model

Sari uses config roots (not per-CLI hardcoded workspace env).

Primary commands:

sari roots add /abs/path
sari roots remove /abs/path
sari roots list

Config location resolution:

  1. <workspace>/.sari/mcp-config.json if present
  2. Fallback: ~/.config/sari/config.json

Daemon Lifecycle (Current Policy)

  • Sari runs a single daemon endpoint per target host/port.
  • If version mismatch is detected, daemon is replaced on same endpoint.
  • Daemon autostop is session-aware:
    • If at least one active client session exists, daemon stays alive.
    • If active sessions drop to 0, daemon stops after grace period.
  • Orphan index workers are handled with two safety layers:
    • Worker self-termination when parent daemon is gone.
    • sari daemon stop orphan sweep.

Useful commands:

sari daemon start -d
sari daemon ensure
sari daemon status
sari daemon stop
sari daemon refresh

Dashboard and HTTP Endpoints

When daemon HTTP is up, these endpoints are available:

  • / : Dashboard UI
  • /health : Liveness
  • /status : Runtime/index/system summary
  • /workspaces : Registered workspace state
  • /search?q=...&limit=... : HTTP search
  • /rescan : Trigger rescan
  • /health-report : Extended diagnostics

Example:

curl "http://127.0.0.1:47777/status"
curl "http://127.0.0.1:47777/workspaces"

Common Operations

Force rescan

sari --cmd index

Doctor

sari doctor

Show active config

sari --cmd config show

Data Paths

  • DB: ~/.local/share/sari/index.db
  • Registry: ~/.local/share/sari/server.json
  • Logs: ~/.local/share/sari/logs/
  • Global config: ~/.config/sari/config.json
  • Workspace config: <workspace>/.sari/mcp-config.json

Troubleshooting

Dashboard shows CJK tokenizer dictionary error

If the environment was installed before the dependency update, install or upgrade:

uv pip install lindera-python-ipadic

Port conflict

sari daemon stop
sari daemon start -d --daemon-port 47789

CLI updated but daemon still old

sari daemon refresh

Upgrade / Remove

uv tool upgrade sari
uv tool uninstall sari

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sari-0.6.26.tar.gz (418.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

sari-0.6.26-py3-none-any.whl (365.9 kB view details)

Uploaded Python 3

File details

Details for the file sari-0.6.26.tar.gz.

File metadata

  • Download URL: sari-0.6.26.tar.gz
  • Upload date:
  • Size: 418.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for sari-0.6.26.tar.gz
Algorithm Hash digest
SHA256 495e119836dc106fe8b4c0c022a23a0b15cfd1d77ba3ce5b98e476efc6db89d0
MD5 214e63b8c4fa4a0256d9bb0838d78b16
BLAKE2b-256 ea17d38efa1fe43ecafe505dcaea879cfaae6ee95e42aa2f54d7f709c0b6fafa

See more details on using hashes here.

File details

Details for the file sari-0.6.26-py3-none-any.whl.

File metadata

  • Download URL: sari-0.6.26-py3-none-any.whl
  • Upload date:
  • Size: 365.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for sari-0.6.26-py3-none-any.whl
Algorithm Hash digest
SHA256 722d36be929e6906d8db599e6f25795460421886c0124e489c577fdb345b8c9a
MD5 c219e795f7d164f89d4de93614f4d498
BLAKE2b-256 a910d89dca097e59d6d41ce0c6ace217266dc27c2d58b23e6b59baf612e1c4fc

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page