Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CHUNK_SIZENoApproximate tokens per chunk512
OLLAMA_URLNoOllama base URLhttp://localhost:11434
QDRANT_URLNoQdrant REST URLhttp://localhost:6333
CHUNK_OVERLAPNoOverlap tokens between chunks64
MAX_TOOL_ROUNDSNoMax tool-calling rounds per query6
OLLAMA_TIMEOUT_SNoRequest timeout in seconds120
OLLAMA_CHAT_MODELNoChat model for RAGqwen2.5:14b
OLLAMA_EMBED_MODELNoEmbedding modelnomic-embed-text

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
index_codebaseB

Index a codebase directory into Qdrant. Walks files, chunks at code boundaries, embeds via Ollama, upserts to Qdrant.

index_documentsC

Index document files (markdown, text, etc.) into Qdrant.

semantic_searchC

Semantic search over indexed content. Returns ranked results with file paths and code snippets.

list_collectionsA

List all Qdrant collections with point counts.

delete_collectionC

Delete a Qdrant collection. Set confirm=true to proceed.

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/leomarviegas/Ollqd'

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