Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TROVEX_EMBED_DIMNoDimension of the embedding model (required when using a non-default model).
TROVEX_EMBED_MODELNoOverride the default embedding model (BAAI/bge-small-en-v1.5). Can be a fastembed model name or an OpenAI-compatible model if TROVEX_EMBED_PROVIDER is set.
TROVEX_WRITE_TOKENNoAn explicit write token for authenticating mutation requests. If unset, trovex auto-generates and persists one.
TROVEX_EMBED_PROVIDERNoSet to 'openai' to use an OpenAI-compatible endpoint for embeddings.
TROVEX_OPENAI_BASE_URLNoBase URL for an OpenAI-compatible embedding service (e.g., http://localhost:11434/v1).
TROVEX_ALLOW_UNAUTH_WRITESNoSet to '1' to allow unauthenticated writes (only for trusted localhost). Default is '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/TsukumoHQ/trovex'

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