liara-mcp
Verified Safeby razavioo
Overview
Enables AI assistants to deploy and manage applications, databases, and infrastructure on the Liara cloud platform through natural language commands.
Installation
npx -y liara-mcpEnvironment 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
terraform-mcp-server
The Terraform MCP Server integrates with Terraform Registry APIs and HCP Terraform/Terraform Enterprise to provide advanced automation and interaction capabilities for Infrastructure as Code (IaC) development with AI assistants.
tfmcp
A CLI tool enabling LLMs to interact with and manage Terraform infrastructure through the Model Context Protocol (MCP), offering advanced analysis and security features.
alibaba-cloud-ops-mcp-server
The server provides a Model Context Protocol (MCP) interface for AI assistants to manage Alibaba Cloud resources such as ECS, RDS, VPC, OSS, and CloudMonitor through API and OOS integrations.
tiger-cli
Provides a Model Context Protocol (MCP) server for AI assistants to manage and query Tiger Cloud database services programmatically.