Skip to main content
Glama

list_private_keys

Retrieve SSH private keys stored in Coolify for secure server access and deployment operations.

Instructions

List all SSH private keys

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler case for the 'list_private_keys' tool. It executes a GET request to the '/security/keys' API endpoint using the client to retrieve the list of private keys.
    case 'list_private_keys': return client.get('/security/keys');
  • The tool schema definition in the allToolDefinitions array, specifying the name, description, and input schema (no parameters required). This is used for MCP tool registration.
    { name: 'list_private_keys', description: 'List all SSH private keys', inputSchema: { type: 'object', properties: {}, required: [] } },
  • The tool is listed in the READ_ONLY_TOOLS array, indicating it is available in read-only mode.
    'list_private_keys',

Other Tools

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/kof70/coolify-mcp-server'

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