We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/GUEPARD98/MCP-POWERSHELL'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.development•491 B
# Configuración de desarrollo para SSH-PowerShell MCP Server
# Ruta a clave SSH (Windows - desarrollo)
SSH_KEY_PATH=%USERPROFILE%\.ssh\id_rsa
# Puerto SSH por defecto
SSH_DEFAULT_PORT=22
# Usuario SSH por defecto para desarrollo
SSH_DEFAULT_USER=root
# Timeouts más altos para desarrollo
COMMAND_TIMEOUT=60000
SSH_TIMEOUT=15000
# Logs detallados para desarrollo
LOG_LEVEL=debug
DEBUG_MODE=true
# Configuración de Claude Desktop
MCP_SERVER_NAME=ssh-powershell-dev
MCP_SERVER_PORT=3000