Skip to main content
Glama

Ambiance MCP Server

by sbarron

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DEBUGNoEnable debug loggingfalse
NODE_ENVNoAffects logging behavior (development, test, production)
OPENAI_ORG_IDNoOpenAI organization ID
OPENAI_API_KEYNoOpenAI API key for AI-enhanced tools
OPENAI_BASE_URLNoOpenAI-compatible API endpointhttps://api.openai.com/v1
OPENAI_PROVIDERNoProvider: openai, qwen, azure, anthropic, togetheropenai
AMBIANCE_API_KEYNoAmbiance cloud API key for cloud features
AMBIANCE_API_URLNoAmbiance cloud API URLhttps://api.ambiance.dev
WORKSPACE_FOLDERNoProject workspace path
AMBIANCE_BASE_DIRNoOverride working directory
OPENAI_BASE_MODELNoPrimary model for analysis tasksgpt-5
OPENAI_MINI_MODELNoFaster model for hints/summariesgpt-5-mini
LOCAL_STORAGE_PATHNoCustom local storage path~/.ambiance/embeddings
EMBEDDING_BATCH_SIZENoNumber of texts per embedding batch32
USE_LOCAL_EMBEDDINGSNoEnable local embedding storagefalse
AMBIANCE_DEVICE_TOKENNoDevice identification token
LOCAL_EMBEDDING_MODELNoLocal embedding model when using local embeddingsall-MiniLM-L6-v2
USING_LOCAL_SERVER_URLNoUse local Ambiance server instead of cloud
EMBEDDING_PARALLEL_MODENoEnable parallel embedding generationfalse
OPENAI_EMBEDDINGS_MODELNoModel for generating embeddingstext-embedding-3-large
EMBEDDING_MAX_CONCURRENCYNoMax concurrent API calls for parallel mode10
EMBEDDING_RATE_LIMIT_RETRIESNoMax retries for rate limit errors5
EMBEDDING_RATE_LIMIT_BASE_DELAYNoBase delay for rate limit retries (ms)1000

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sbarron/AmbianceMCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server