Skip to main content
Glama

MCP SSH Server

by shaike1
import { SSHManager } from '../ssh-manager'; describe('SSHManager', () => { let manager: SSHManager; beforeEach(() => { manager = new SSHManager(); }); it('should initialize without connections', () => { expect(manager.getAllConnections()).toEqual([]); }); it('should return null for non-existent connection', () => { expect(manager.getStatus('non-existent')).toBeNull(); }); });

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

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