Protocol Integration

Inject Vectra into your neural environments using standard MCP architecture.

Endpoint Configuration

Point your clients to the Vectra secure socket. The gateway handles TLS and load balancing automatically.

https://gateway.vectra.local/v1/mcp

Manifest Setup

Inject this block into your agent's config file to establish the handshake.

"mcpServers": {
  "vectra-core": {
    "command": "node",
    "args": ["@vectra/mcp-client"],
    "env": {
      "VECTRA_ENDPOINT": "https://gateway.vectra.local/v1/mcp",
      "VECTRA_CIPHER": "<INSERT_TOKEN_HERE>"
    }
  }
}

Obtain your personal Cipher from the Command Console.