Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DATA_DIRNoLocal data directory used when DATA_SOURCE=local../data
MCP_PATHNoSecret hosted HTTP path segment for Modal; local stdio clients do not need it./mcp
FORCE_DATANoSet to 1 to overwrite existing Modal Volume data.0
NEW_SECRETNoSet to 1 to rotate MCP_PATH during deploy.0
DATA_SOURCENoModal deploy data source: release, local, or none.release
LOCAL_SECRETNoSet to 1 to push the MCP_PATH from .env/environment as-is.0
VRO_DATA_TAGNoGitHub release tag fetched for vro-data.tar.xz.data-v1
VRO_CORPUS_DBNoCorpus SQLite path used by find_usage_examples../data/vro_corpus.sqlite
VRO_DATA_REPONoGitHub repository used for dataset and Giella release downloads.Leo-Martin-Pala/voro-mcp
MODAL_APP_NAMENoModal app name used by deploy/undeploy scripts.vro-mcp
VRO_GIELLA_TAGNoGitHub release tag fetched for giella-share.tar.xz.giella-v1
VRO_GRAMMAR_CMDNoCommand used for sentence grammar checking../tools/giella/bin/grammar-check-vro
VRO_SPELLER_CMDNoCommand used for token spellchecking../tools/giella/bin/spellcheck-vro
VRO_WORD_BAG_DBNoWord-bag SQLite path used by seen/unknown word checks../data/vro_word_bag.sqlite
VRO_ANALYZER_CMDNoCommand used for GiellaLT morphological analysis../tools/giella/bin/analyze-vro
MODAL_SECRET_NAMENoModal secret name storing MCP_PATH.vro-mcp-secret
MODAL_VOLUME_NAMENoModal Volume name for SQLite data and Giella artifacts.vro-data
VRO_DICTIONARY_DBNoDictionary SQLite path used by lookup_word and correction suggestions../data/vro_dictionary.sqlite
VRO_GENERATOR_CMDNoCommand used for one-analysis GiellaLT form generation../tools/giella/bin/generate-vro
VRO_GRAMMAR_MODELNoGrammar checker archive path used by tools/giella/bin/grammar-check-vro../data/giella-share/voikko/4/vro.zcheck
VRO_SPELLER_MODELNoSpeller archive path used by tools/giella/bin/spellcheck-vro../data/giella-share/voikko/3/vro.zhfst
VRO_ANALYZER_MODELNoModel path used by tools/giella/bin/analyze-vro../data/giella-share/giella/vro/analyser-gt-desc.hfstol
VRO_GENERATOR_MODELNoModel path used by tools/giella/bin/generate-vro../data/giella-share/giella/vro/generator-gt-norm.hfstol
VRO_GIELLA_BUILD_DIRNoTemporary build directory for make giella-build../.cache/giella-build
VRO_GIELLA_ARTIFACT_DIRNoOutput directory for locally built Giella artifacts../data/giella-share
VRO_NEUROTOLGE_BASE_URLNoNeurotõlge/TartuNLP translation API base URL.https://api.tartunlp.ai/translation/v2
VRO_SPELLER_MAX_SUGGESTIONSNoMaximum spelling suggestions returned per unknown token.10

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/Leo-Martin-Pala/voro-mcp'

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