Vectros documentation

The secure data, document, search, and AI back-end that developers build apps on. Browse the guides, or jump straight to the full API reference.

For AI agents

Use Vectros from an AI agent over MCP

Vectros ships an official Model Context Protocol server — drop one entry into your agent’s config and the model can search, read, and write your data as native tools. Tenant isolation and scoped-key enforcement hold exactly as on the API.

{
  "mcpServers": {
    "vectros": {
      "command": "npx",
      "args": ["-y", "@vectros-ai/mcp-server"],
      "env": { "VECTROS_API_KEY": "ssk_live_..." }
    }
  }
}