url-shortener-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Server port | 3000 |
| HTTPS | No | Use https:// scheme in short URLs | false |
| HOSTNAME | No | Hostname used when building short URLs | localhost:3000 |
| NODE_ENV | No | Node environment. Set to 'production' in production deployments. | development |
| ENABLE_API | No | Enable the REST API (/urls) | true |
| ENABLE_MCP | No | Enable the MCP server (/mcp) | true |
| DATABASE_URL | No | SQLite database path | file:./prisma/dev.db |
| EXPIRY_JOB_CRON | No | Cron schedule for cleaning up expired URLs | * * * * * |
| MAX_EXPIRY_SECONDS | No | Maximum allowed TTL (default: 24 hours) | 86400 |
| INACTIVE_USER_JOB_CRON | No | Cron schedule for cleaning up inactive users (default: hourly) | 0 * * * * |
| INACTIVE_USER_CUTOFF_SECONDS | No | Automatically delete users inactive longer than this (default: 1 week) | 86400 |
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
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityInactive
ResponsivenessNo issues