Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SMART_SEARCH_DATA_DIRNoOverride the default data directory path where LanceDB and SQLite data are stored.
SMART_SEARCH_EMBEDDING_MODELNoEmbedding model to use for vector search.Snowflake/snowflake-arctic-embed-m-v2.0
SMART_SEARCH_CHUNK_MAX_TOKENSNoMaximum tokens per chunk.512
SMART_SEARCH_EXCLUDE_PATTERNSNoJSON array of directory patterns to exclude from indexing.[".git", ".obsidian", "node_modules"]
SMART_SEARCH_WATCH_DIRECTORIESNoJSON array of directories to watch for indexing.[]
SMART_SEARCH_RELEVANCE_THRESHOLDNoMinimum similarity score for semantic mode.0.30
SMART_SEARCH_SEARCH_DEFAULT_MODENoDefault search mode (hybrid, semantic, or keyword).hybrid
SMART_SEARCH_EMBEDDING_DIMENSIONSNoVector dimensions (Matryoshka truncation).256
SMART_SEARCH_SEARCH_DEFAULT_LIMITNoDefault number of search results to return.10
SMART_SEARCH_SUPPORTED_EXTENSIONSNoJSON array of file extensions to index.[".md", ".txt", ".pdf", ".docx", ".epub", ".xlsx", ".xls", ".csv", ".pptx", ".html", ".htm", ".json", ".jsonl", ".msg", ".ipynb"]
SMART_SEARCH_WATCHER_DEBOUNCE_SECONDSNoFile watcher debounce time in seconds.2.0

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/ekmungi/smart-search'

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