Back to Home
razavioo icon

liara-mcp

Verified Safe

by razavioo

Overview

Enables AI assistants to deploy and manage applications, databases, and infrastructure on the Liara cloud platform through natural language commands.

Installation

Run Command
npx -y liara-mcp

Environment Variables

  • LIARA_API_TOKEN
  • LIARA_TEAM_ID
  • LIARA_API_BASE_URL

Security Notes

The server uses standard `axios` for API calls and retrieves the Liara API token from environment variables, avoiding hardcoded secrets. It implements input validation (`validateAppName`, `validateDomainName`, `validateEnvKey`, `validateRequired`) to mitigate common injection risks before interacting with the Liara API. The architecture separates API client, services, and core server logic well. The main security consideration is the broad power granted to the AI assistant (e.g., creating/deleting resources, uploading local files via `filePath` arguments), which is inherent to its function but requires trust in the AI's directives. No `eval` or obfuscation was found.

Similar Servers

Stats

Interest Score65
Security Score8
Cost ClassLow
Avg Tokens200
Stars5
Forks0
Last Update2025-12-05

Tags

LiaraCloud ManagementMCPAI AssistantInfrastructure as Code