Skip to main content
Glama

SSH MCP Server

.gitignore1.2 kB
# Dependencies node_modules/ npm-debug.log* yarn-debug.log* yarn-error.log* # Build outputs dist/ *.js *.js.map !jest.config.js !static/*.js # Environment variables .env .env.local .env.development.local .env.test.local .env.production.local # IDE files .vscode/ .idea/ *.swp *.swo *~ # OS generated files .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # Test coverage coverage/ *.lcov # Debug files debug/ *.log # SSH keys (if any are stored temporarily) *.pem *.key id_rsa* # Temporary files *.tmp *.temp .cache/ # Runtime data pids/ *.pid *.seed *.pid.lock # MCP Server runtime files .ssh-mcp-server.port .ssh-mcp-server.pid ssh-mcp-unified.js ssh-mcp-unified.log ssh-mcp-persistent.js # Temporary development files *.patch *-migration*.cjs *-audit*.cjs *-diagnostic*.cjs *DOCUMENTATION*.md *VALIDATION_REPORT*.md *migration-audit-report*.md # Optional npm cache directory .npm # Optional eslint cache .eslintcache # Microbundle cache .rpt2_cache/ .rts2_cache_cjs/ .rts2_cache_es/ .rts2_cache_umd/ # Optional REPL history .node_repl_history # Output of 'npm pack' *.tgz # Yarn Integrity file .yarn-integrity /.code-indexer .code-indexer-override.yaml

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

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