Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HOSTNoHost binding for the HTTP server (default is 0.0.0.0).0.0.0.0
PORTNoPort for the HTTP server (default is 3000).3000
SUPABASE_URLYesThe URL of your Supabase project (e.g., https://YOUR_PROJECT.supabase.co).
MCP_ALLOWED_ORIGINSNoComma-separated list of allowed CORS origins for the HTTP MCP endpoint. Default is '*' (all origins).*
PORTFOLIO_MCP_TOKENYesBearer token for HTTP MCP clients that can send Authorization headers. Must be at least 32 characters.
SUPABASE_SECRET_KEYYesThe server-side Supabase secret key (sb_secret_...) used for admin access to the blogs table and storage bucket.
SUPABASE_BLOG_BUCKETNoThe name of the Supabase Storage bucket for blog images.blog-images
MCP_MAX_REQUEST_BYTESNoMaximum HTTP request size in bytes for the MCP endpoint (default is 5242880, i.e., 5 MiB).5242880
PORTFOLIO_MCP_URL_TOKENYesDisposable token for clients that use a query-string token parameter (e.g., ?token=...). Must be at least 32 characters and different from PORTFOLIO_MCP_TOKEN.

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/salman0butt/portfolio-mcp'

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