Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OUSO_FUSIONNoFusion method: weighted | rrf.weighted
DATABASE_URLNoYour local SQLite store.file:./data/ouso-code.sqlite
OPENAI_API_KEYNoAPI key for OpenAI.
OUSO_EMBED_DIMNoForce embedding dimension.
OLLAMA_BASE_URLNoBase URL for Ollama API.http://localhost:11434
OPENAI_BASE_URLNoBase URL for OpenAI compatible API.
OUSO_EMBED_MODELNoModel used for embeddings.nomic-embed-text
OPENAI_EMBED_MODELNoEmbedding model for OpenAI.
OUSO_MODEL_ECONOMYNoComma-separated economy model labels.
OUSO_EMBED_PROVIDERNoEmbedding provider: ollama | openai | azure | mock.ollama
OUSO_MODEL_BALANCEDNoComma-separated balanced model labels.
OUSO_MODEL_FRONTIERNoComma-separated frontier model labels.
OUSO_RECALL_WEIGHTSNoWeights for vector, lexical, recency, activeFile. Override disables freshness boost.1.0,0.35,0.15,0.35
OUSO_STORAGE_DRIVERNoStorage driver (only sqlite is built in).sqlite
AZURE_OPENAI_API_KEYNoAPI key for Azure OpenAI.
AZURE_OPENAI_ENDPOINTNoEndpoint for Azure OpenAI.
AZURE_OPENAI_EMBEDDING_DEPLOYMENTNoDeployment name for Azure OpenAI embedding.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/Ouso-ai/Ouso-Code'

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