Skip to main content
Glama

MCP Environment & Installation Manager

by devlimelabs
.env.example728 B
# MCP Environment & Installation Manager # This file serves as a template for required environment variables # Copy this file to .env to set the variables for local development # For production, set these environment variables in your deployment environment # Encryption key for sensitive environment variables # Generate a secure random key with: node -e "console.log(require('crypto').randomBytes(32).toString('hex'))" MCP_ENV_ENCRYPTION_KEY= # Storage directory for environment variables and profiles # Default: ~/.mcp-env-manager # MCP_ENV_STORAGE_DIR= # Logger level (debug, info, warn, error) # Default: info # LOG_LEVEL=info # Server settings when running in SSE mode # Port to listen on (default: 3000) # PORT=3000

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/devlimelabs/mcp-env-manager-mcp'

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