Integrations
Connect Vectora with your favorite tools and IDEs. Choose between generic integration (MCP Protocol) or proprietary apps with customized UX.
Which Integration to Choose?
| IDE/App | Recommendation | Setup Time | Docs |
|---|---|---|---|
| Claude Code | Native MCP | 1 min | MCP Protocol |
| Cursor | Native MCP | 1 min | MCP Protocol |
| Zed | Native MCP | 2 min | MCP Protocol |
| VS Code | Extension Native UI | 2 min | VS Code Extension |
| ChatGPT | Custom GPT Plugin | 5 min | ChatGPT Plugin |
| Gemini | REST API or CLI | 3 min | Gemini API / Gemini CLI |
| Custom Agent | REST API (beta) | 5 min | Custom Agents |
Generic Integration
MCP (Model Context Protocol)
Best for: Modern IDEs (Claude Code, Cursor, Zed)
Open standard protocol that allows IDEs to call tools on your computer. Vectora offers 12 tools via MCP.
- Setup: 1-2 lines in your IDE config
- Latency: <10ms (local IPC)
- Discovery: Automatic tool discovery
Customized UI Integrations
VS Code Extension
Best for: VS Code developers
Native UI with sidebar, integrated commands, and syntax highlighting for retrieved code.
ChatGPT Plugin
Best for: Using Vectora inside ChatGPT
Custom GPT Plugin with analysis, documentation, and code review support via ChatGPT.
Gemini API Integration
Best for: Workflows using Google Gemini
REST + CLI integration for code analysis, review, and generation with Vectora context.
Advanced Integrations
Custom Agents & REST API
Build agents in Python, Node.js, Go, or any language. Call Vectora via REST API (beta).
Quick Start by Use Case
“I want to use it in Claude Code” → MCP Protocol Quickstart
“I want to use it in VS Code” → VS Code Extension
“I want to integrate it into my app” → Custom Agents
“I want to use it with ChatGPT” → ChatGPT Plugin
Didn’t find your IDE? Open an Issue
External Linking
| Concept | Resource | Link |
|---|---|---|
| MCP | Model Context Protocol Specification | modelcontextprotocol.io/specification |
| MCP Go SDK | Go SDK for MCP (mark3labs) | github.com/mark3labs/mcp-go |
| Gemini API | Google AI Studio Documentation | ai.google.dev/docs |
| Anthropic Claude | Claude Documentation | docs.anthropic.com/ |
Part of the Vectora ecosystem · Open Source (MIT) · Contributors