Skip to main content
Glama

MCP SSH Manager

.gitignore671 B
# Environment variables - NEVER commit these! .env .env.local .env.*.local # Dependencies node_modules/ npm-debug.log* yarn-debug.log* yarn-error.log* package-lock.json # Python __pycache__/ *.py[cod] *$py.class *.so .Python env/ venv/ ENV/ .venv # IDE .vscode/ .idea/ *.swp *.swo *~ .DS_Store # Logs logs/ *.log # Testing coverage/ .nyc_output/ .pytest_cache/ # Build dist/ build/ *.egg-info/ # Temporary files tmp/ temp/ # SSH Keys - NEVER commit these! *.pem *.key id_rsa* id_dsa* id_ecdsa* id_ed25519* # Backup files *.backup *.bak .server-aliases.json # SSH Manager logs and history .ssh-manager.log .ssh-command-history.json .server-groups.json archived/

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/bvisible/mcp-ssh-manager'

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