Skip to main content
Glama
saidmukhamad

serve-mcp

by saidmukhamad

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SERVE_MCP_HOSTNoHost address to bind the HTTP shelf. Default: 127.0.0.1127.0.0.1
SERVE_MCP_PORTNoPort to bind the HTTP shelf. Default: 73317331
SERVE_MCP_DATA_DIRNoDirectory for the SQLite registry and snapshots. Default: ~/.local/share/serve-mcp~/.local/share/serve-mcp
SERVE_MCP_ALLOWED_ROOTSNoColon-separated list of allowed root directories for path/folder publishing. Default: anywhere readable

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
artifact_publishA

Snapshot a file, folder, or inline content into the artifact shelf and get a stable browser preview URL back. Use the same slug with updateExisting:true to push new revisions of the same page. path/folder sources are read from the machine running the shelf; over remote MCP connections use content sources.

artifact_listB

List published artifacts on the shelf, newest first. Returns preview URLs humans can open.

artifact_deleteA

Remove a publication and ALL of its revisions from the shelf, including stored files. Irreversible.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
publicationsAll publications on the shelf as JSON

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/saidmukhamad/serve-mcp'

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