Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CHROMA_URLNoThe URL of the Chroma vector database.http://localhost:8000
OPENAI_API_KEYYesYour OpenAI API key used for generating embeddings.
CHROMA_COLLECTIONNoThe name of the Chroma collection to use.mcp_tooling_lab
OPENAI_EMBED_MODELNoThe OpenAI embedding model to use (e.g., text-embedding-3-small).text-embedding-3-small

Tools

Functions exposed to the LLM to take actions

NameDescription
embed_text

Generate OpenAI embeddings for an array of texts.

index_documents

Embed and index documents into Chroma.

vector_search

Semantic search using embeddings + Chroma. Optional metadata filter via where.

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/kaypon/mcp-tooling-lab'

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