Skip to main content
Glama
types.ts568 B
// Types for SSH Host information export interface SSHHostInfo { hostname: string; alias?: string; user?: string; port?: number; identityFile?: string; [key: string]: any; // For other configuration options } // Result of a remote command export interface CommandResult { stdout: string; stderr: string; code: number; } // SSH connection status export interface ConnectionStatus { connected: boolean; message: string; } // Batch result of remote commands export interface BatchCommandResult { results: CommandResult[]; success: boolean; }

Latest Blog Posts

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

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