Skip to main content
Glama
d3v1an
by d3v1an

ssh_list_profiles

Lists available SSH server profiles without displaying passwords, enabling users to view and select stored connections for remote administration.

Instructions

Lista los perfiles de servidores SSH disponibles (sin mostrar passwords)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • Implementation of the handler for 'ssh_list_profiles' which calls 'listProfiles()' helper.
    private handleListProfiles(): CallToolResult {
      const profiles = listProfiles();
      return {
        content: [{ type: "text", text: JSON.stringify(profiles, null, 2) }],
      };
    }
  • Tool registration definition for 'ssh_list_profiles'.
    {
      name: "ssh_list_profiles",
      description: "Lista los perfiles de servidores SSH disponibles (sin mostrar passwords)",
      inputSchema: {
        type: "object",
        properties: {},
      },
    },

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

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