Skip to main content
Glama
gmoorevt
by gmoorevt

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_HOSTNoBind address inside the container for the MCP server.0.0.0.0
MCP_PORTNoPort the MCP server listens on.7620
BIND_ADDRNoHost address that Compose publishes the service on.127.0.0.1
LOG_LEVELNoStandard Python logging level.INFO
STATE_DIRNoHost path for the token store and state../data/state
VAULT_DIRNoHost path to the vault directory../data/vault
VAULT_ROOTNoPath to the vault inside the container./vault
DATABASE_URLYesPostgreSQL connection string, e.g. postgres://user:pw@host:5432/db. Required for semantic search.
TUNNEL_TOKENNoCloudflare tunnel run token, if publishing via cloudflared.
TOKEN_DB_PATHNoPath to the SQLite token store./state/tokens.db
EMBEDDING_MODELNoEmbedding model name used by the endpoint; recorded per chunk to detect model drift.
MCP_BEARER_TOKENYesShared secret for the MCP endpoint. Minimum 32 characters.
EMBEDDING_TIMEOUTNoTimeout in seconds for embedding requests.30
PUBLIC_READ_TOKENNoEnables the /pub read-only façade. Leave unset to return 404 for those routes.
EMBEDDING_ENDPOINTYesOpenAI-compatible embedding API base URL. Required for semantic search.
INDEX_INTERVAL_SECONDSNoHow often the indexer polls the vault for changes.300
INDEX_STALENESS_SECONDSNoAge at which /index-health reports unhealthy.1800

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

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/gmoorevt/obsidian-second-brain'

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