Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoAlternative environment variable for HTTP port; same as SUPARCH_PORT.
SUPARCH_HOSTNoHTTP bind host for streamable-http or SSE transport.
SUPARCH_PORTNoHTTP port for streamable-http or SSE transport.
SUPARCH_DB_PATHNoPath to a read-only SQLite catalog file.
SUPARCH_MCP_PATHNoStreamable HTTP endpoint path; default /mcp.
SUPARCH_TRANSPORTNoTransport protocol: stdio, sse, or streamable-http.
SUPARCH_CATALOG_URLNoHTTPS URL to an SQLite catalog artifact downloaded on startup.
SUPARCH_CATALOG_SHA256NoOptional artifact checksum for SUPARCH_CATALOG_URL.
SUPARCH_CATALOG_CACHE_PATHNoDownload destination for catalog artifact; default /tmp/suparch/catalog.sqlite.
SUPARCH_CATALOG_POINTER_URLNoURL to an official pointer containing an immutable catalog URL and SHA-256.
SUPARCH_CATALOG_MANIFEST_URLNoOptional custom manifest URL; defaults to <catalog URL>.manifest.json.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_productsC

Search supplement labels using objective product and ingredient filters.

get_productB

Return one complete normalized supplement label record.

get_catalog_infoA

Return catalog version, product count, and snapshot metadata.

compare_productsA

Compare per-serving label facts across two or more products.

calculate_stackB

Sum known label amounts for a user-supplied product and serving combination.

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/namJeongwan/suparch'

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