Installation¶
Prerequisites¶
- Python 3.12+
- uv — the fast Python package & project manager
Install uv:
Install Methods¶
Zero-install with uvx (recommended)¶
No clone, no install — run the MCP server directly:
Install from PyPI¶
After installing, two CLI commands are available:
| Command | Description |
|---|---|
open-agent-search | Start the HTTP API + MCP server |
oas-mcp | Start the standalone MCP server (stdio) |
From Source¶
git clone https://github.com/Jayanth-MKV/open-agent-search.git
cd open-agent-search
uv sync # installs all deps + creates .venv automatically
uv sync --dev # include dev tools (pytest, ruff, locust)