Skip to main content
Glama
NivredG
by NivredG

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HF_TOKENNoHugging Face token used when running with stdio transport if DEFAULT_HF_TOKEN is not set.
TRANSPORTNoThe transport type to use (stdio or streamableHttpJson).streamableHttpJson
PROXY_TOKENNoOptional token used only for startup authentication while discovering PROXY_TOOLS_CSV schemas.
DISABLE_TOOLSNoOptional comma-separated tool names to hide from tools/list and reject if called, for example hub_repo_search,hf_fs.
HF_SKILLS_DIRNoLocal directory containing a prebuilt SEP-2640 skills snapshot: skills.json with resource manifests./mnt/hf-skills/distribution/latest
HF_API_TIMEOUTNoTimeout for Hugging Face API requests in milliseconds.12500
PROXY_TOOLS_CSVNoOptional CSV that defines Streamable HTTP proxy tool sources (HTTPS URL or local file path).
USER_CONFIG_APINoOptional URL for the per-user discovery projection returned by tools/list, including configured Spaces.
DEFAULT_HF_TOKENNoDefault token for local STDIO deployments. HTTP transports do not use this as a fallback for requests without an Authorization: Bearer header.
LOG_SKILL_EVENTSNoEnables historical product-usage logging for SEP-2640 Skills probes when LOGGING_DATASET_ID and a logging token are configured.true
MCP_ALLOWED_HOSTSNoAdditional comma-separated Host allowlist for MCP and API routes. Loopback hosts are always allowed. Use exact hostnames or leading wildcard entries such as *.example.com.
LOGGING_DATASET_IDNoDataset ID used for historical product-usage logging when LOG_SKILL_EVENTS is enabled.
MCP_STRICT_COMPLIANCENoSet to True for GET 405 rejects in JSON Mode (default serves a welcome page).
METRICS_PAGE_PASSWORDNoOptional shared password for the Management Web interface at /metrics and its /api/* endpoints.
GRADIO_SKIP_INITIALIZENoWhen set to true, Gradio MCP calls skip the initialize handshake and issue tools/call directly.
ALLOW_INTERNAL_ADDRESS_HOSTSNoOptional comma-separated host allowlist to permit internal/reserved DNS resolutions for trusted domains during outbound checks (supports exact hosts and *. wildcards).

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/NivredG/hf-mcp-server'

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