Skip to content
Getting Started

Getting Started

PT | EN

Everything you need to get started with Vectora in 5 minutes: installation, key configuration, and your first search.

Recommended Sequence

StepDescriptionTime
1⃣Installation2 min
2⃣Configuration2 min
3⃣Quickstart MCP3 min
4⃣TroubleshootingOn demand

What You Will Do

Step 1: Install Vectora

npm install -g @vectora/cli
vectora --version

Prerequisites: Node.js 18+, npm or yarn.

Step 2: Configure API Keys

Vectora uses BYOK (Bring Your Own Key). You provide:

vectora config set GEMINI_API_KEY "your-key-here"
vectora config set VOYAGE_API_KEY "your-key-here"

Step 3: Connect to IDE

  • Claude Code: 1 line in claude_desktop_config.json
  • Cursor: 1 line in .cursor/settings.json
  • Zed: 1 line in .zed/settings.json

See Quickstart MCP for copy/paste instructions.

Step 4: Make Your First Search

vectora search "How to authenticate users?"

Or directly in the IDE using MCP tool autocomplete.

Need Help?

Next Readings

After setup:

  1. Concepts — Understand how it works
  2. Integrations — Configure your IDE
  3. Security — Protect your data

Total time: ~5-10 minutes. Let’s go!

External Linking

ConceptResourceLink
MCPModel Context Protocol Specificationmodelcontextprotocol.io/specification
MCP Go SDKGo SDK for MCP (mark3labs)github.com/mark3labs/mcp-go
Voyage EmbeddingsVoyage Embeddings Documentationdocs.voyageai.com/docs/embeddings
Voyage RerankerVoyage Reranker APIdocs.voyageai.com/docs/reranker
Anthropic ClaudeClaude Documentationdocs.anthropic.com/

Part of the Vectora ecosystem · Open Source (MIT) · Contributors