Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_HOSTNoHost address for the MCP server when using streamable-http or sse transport.0.0.0.0
MCP_TRANSPORTNoTransport protocol for the MCP server (stdio, sse, streamable-http). Default is stdio.stdio
OPENAI_API_KEYNoAPI key for OpenAI-compatible embedding service.
OPENAI_BASE_URLNoBase URL for OpenAI-compatible embedding API (optional).
TINYSEARCH_MODELS_DIRNoDirectory to store downloaded ONNX embedding models.
OPENAI_EMBEDDING_MODELNoModel name for OpenAI-compatible embeddings.
TINYSEARCH_CONFIG_PATHNoPath to a custom research config JSON file.
TINYSEARCH_ONNX_MODEL_DIRNoExact directory path for a specific ONNX model bundle.

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
researchA

Search the web, crawl ranked pages, and return a grounded answer prompt. Input schema has exactly one field: query. Pass the user's question as-is.

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/MarcellM01/TinySearch'

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