Soar AI Labs
PrivacyTermsSupportStatus
© 2025 Soar AI Labs. Making your git life easier.
Soar AI Labs
Soar AI Labs
Getting Started
ConfigurationInstallation Guide
Guides

Configuration

Configure Glide MCP for your project

Environment Variables

Glide is configured using environment variables. You can set these in your MCP client configuration (like mcp.json or Cursor settings).

Required Variables

VariableDescription
VOYAGEAI_API_KEYAPI key for Voyage AI (used for embeddings).
HELIX_API_ENDPOINTEndpoint for the Helix API. See Getting Access.
CEREBRAS_API_KEYAPI key for Cerebras inference.
MORPHLLM_API_KEYAPI key for MorphLLM (used for applying code edits).

Optional Variables

VariableDescriptionDefault
CEREBRAS_MODEL_IDThe model ID to use for Cerebras.qwen-3-32b
HELIX_LOCALSet to True to use a local Helix instance.False

Getting Access

Some features (Helix) require API keys that are currently in closed beta.

  • Access Request: Contact us for access at bilwarad@mail.uc.edu or on Discord:
    • Amaan: amaanwastaken
    • Ani: aniruddg
    • Vish: vishesh.1301

Example Configuration

Here is an example of how the environment variables look in a JSON configuration:

"env": {
  "VOYAGEAI_API_KEY": "your_voyage_key",
  "HELIX_API_ENDPOINT": "your_helix_endpoint",
  "CEREBRAS_API_KEY": "your_cerebras_key",
  "CEREBRAS_MODEL_ID": "qwen-3-32b",
  "HELIX_LOCAL": "False",
  "MORPHLLM_API_KEY": "your_morphllm_key"
}

API Overview

Glide MCP Tools Documentation

Installation Guide

Learn how to install Glide MCP on your system

On this page

Environment VariablesRequired VariablesOptional VariablesGetting AccessExample Configuration