Search documentation...Ctrl K
Getting Started

Quickstart

Get OmniContext running in under 5 minutes.

1. Install

BASH
# macOS
brew install omnicontext
# Windows
scoop install omnicontext
# Linux
curl -fsSL https://omnicontext.dev/install.sh | bash

2. Index your codebase

BASH
cd your-project
omnicontext index .

3. Configure MCP

Add OmniContext to your AI assistant's configuration:

JSON
{
"mcpServers": {
"omnicontext": {
"command": "omnicontext-mcp"
}
}
}

4. Test

Restart your AI assistant and ask:

"Search for authentication logic in my codebase"

Your AI assistant now has semantic code search.