Skip to main content
Glama
michaelshumshum

url-shortener-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoServer port3000
HTTPSNoUse https:// scheme in short URLsfalse
HOSTNAMENoHostname used when building short URLslocalhost:3000
NODE_ENVNoNode environment. Set to 'production' in production deployments.development
ENABLE_APINoEnable the REST API (/urls)true
ENABLE_MCPNoEnable the MCP server (/mcp)true
DATABASE_URLNoSQLite database pathfile:./prisma/dev.db
EXPIRY_JOB_CRONNoCron schedule for cleaning up expired URLs* * * * *
MAX_EXPIRY_SECONDSNoMaximum allowed TTL (default: 24 hours)86400
INACTIVE_USER_JOB_CRONNoCron schedule for cleaning up inactive users (default: hourly)0 * * * *
INACTIVE_USER_CUTOFF_SECONDSNoAutomatically delete users inactive longer than this (default: 1 week)86400

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/michaelshumshum/url-shortener-mcp'

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