Skip to main content
Glama
algony-tony

Linux MCP Server

by algony-tony

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MYMCP_HOSTNoBind address0.0.0.0
MYMCP_PORTNoListen port8765
MYMCP_ENV_FILENoPath to .env file to load (used by serve command)
MYMCP_LOG_LEVELNoApplication log level (DEBUG, INFO, WARNING, ERROR, CRITICAL)INFO
MYMCP_TOKEN_FILENoToken store path/etc/mymcp/tokens.json
MYMCP_ADMIN_TOKENNoAdmin token for managing user tokens (required for /admin)
OTEL_SERVICE_NAMENoService name for OpenTelemetrymymcp
MYMCP_AUDIT_ENABLEDNoEnable audit loggingfalse
MYMCP_AUDIT_LOG_DIRNoAudit log directory (auto-protected)/var/log/mymcp
MYMCP_METRICS_TOKENNoBearer for /metrics endpoint (empty = disabled)
OTEL_TRACES_SAMPLERNoSampler for tracesparentbased_traceidratio
MYMCP_AUDIT_MAX_BYTESNoMax audit log file size before rotation10485760
MYMCP_PROTECTED_PATHSNoAdditional protected paths, comma-separated
MYMCP_PUBLIC_BASE_URLNoBase URL for transfer endpoints behind reverse proxy
MYMCP_GLOB_MAX_RESULTSNoMax file paths returned by glob1000
MYMCP_GREP_MAX_RESULTSNogrep hard max matches5000
MYMCP_RECORDER_ENABLEDNoEnable server overview recorder (requires extra dependency)false
MYMCP_TRANSFER_ENABLEDNoEnable prepare_upload/prepare_download toolstrue
OTEL_TRACES_SAMPLER_ARGNoSampling ratio1.0
MYMCP_AUDIT_BACKUP_COUNTNoNumber of rotated log files to keep5
MYMCP_SHUTDOWN_GRACE_SECNoSeconds to wait for in-flight bash children on SIGTERM5
MYMCP_TRANSFER_MAX_BYTESNoMax bytes for transfer (2 GB default)2147483648
MYMCP_READ_FILE_MAX_LIMITNoread_file max lines per request50000
MYMCP_TRANSFER_MAX_TTL_SECNoMax ticket TTL for transfers900
MYMCP_WRITE_FILE_MAX_BYTESNowrite_file max size (10MB)10485760
OTEL_EXPORTER_OTLP_HEADERSNoOTLP auth headers
MYMCP_BASH_MAX_OUTPUT_BYTESNobash stdout/stderr default cap (100KB)102400
MYMCP_EDIT_STRING_MAX_BYTESNoedit_file max old/new string size (1MB)1048576
OTEL_EXPORTER_OTLP_ENDPOINTNoOTLP target endpoint
OTEL_EXPORTER_OTLP_PROTOCOLNoOTLP protocol (http/protobuf or grpc)http/protobuf
OTEL_METRIC_EXPORT_INTERVALNoMetrics push period in ms60000
MYMCP_READ_FILE_DEFAULT_LIMITNoread_file default lines per request2000
MYMCP_GREP_DEFAULT_MAX_RESULTSNogrep default max matches500
MYMCP_READ_FILE_MAX_LINE_BYTESNoMax bytes per line before truncation (32KB)32768
MYMCP_TRANSFER_DEFAULT_TTL_SECNoDefault ticket TTL for transfers300
MYMCP_BASH_MAX_OUTPUT_BYTES_HARDNobash output hard cap (1MB)1048576

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/algony-tony/mymcp'

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