Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_HOSTNoHost to bind the MCP server to.
MCP_PORTNoPort to bind the MCP server to.
MCP_SERVER_URLNoThe public URL of the MCP server endpoint (e.g., https://mcp.presscart.com/mcp).
MCP_ALLOWED_HOSTSNoComma-separated list of allowed hostnames for reverse proxy or multiple domains.
MCP_OAUTH_ENABLEDNoEnable MCP OAuth mode. Set to 'true' to use Supabase/Auth OAuth.
PRESSCART_API_URLYesThe app API base URL that exposes /teams/* routes. Required.
PRESSCART_APP_URLNoControls direct application links returned by tools such as list_publisher_articles.
MCP_OAUTH_AUDIENCENoThe JWT audience for MCP OAuth. Must match MCP_SERVER_URL.
MCP_ALLOWED_ORIGINSNoComma-separated list of allowed origins. When not set, hosted mode allows the configured MCP server origin plus Claude's remote connector origins.
MCP_OAUTH_ISSUER_URLNoThe Supabase OAuth issuer URL (HTTPS).
MCP_SESSION_IDLE_TTL_MSNoSession idle time-to-live in milliseconds.
MCP_OAUTH_LEGACY_AUDIENCENoOptional verifier-only migration value. Must match the MCP server origin.
MCP_OAUTH_TRANSLATOR_ENABLEDNoWhen true, the MCP origin publishes a standards-based OAuth facade. Defaults to false.false
MCP_OAUTH_UPSTREAM_TIMEOUT_MSNoTimeout for upstream OAuth requests in milliseconds.

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/Presscart/presscart-mcp'

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