Two products. Pick what you need.
Block dangerous actions, enforce spend limits, protect production. Works with any LLM.
$ pip install savants-guard Then follow the Quick Start guide
37 MCP tools for semantic search, error diagnosis, and infrastructure monitoring. Works with Claude Code, Cursor, Windsurf.
$ curl -fsSL savants.sh | sh Installs to ~/.savants/bin/ - no sudo required. View source
Windows (PowerShell):
PS> irm https://releases.savants.dev/latest/install.ps1 | iex Three steps, fully automatic.
Detects your OS and architecture. Downloads the correct binary. No dependencies, no runtime.
~3 secondsFinds your git repos, Kubernetes clusters, running services, and environment. Builds an initial map.
~10 secondsParses code, maps dependencies, connects everything. Ready to answer questions.
~45 secondsSingle binary, zero dependencies. No bash, no Python, no runtime needed. Also works on NixOS.
Two commands and you're live.
Remove Savants cleanly from your system.
macOS / Linux
curl -fsSL releases.savants.dev/latest/uninstall.sh | sh Windows (PowerShell)
irm releases.savants.dev/latest/uninstall.ps1 | iex