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
- LIARA_MCP_CONSOLIDATED
Security Notes
The core server primarily acts as a proxy to the Liara API over stdio, limiting direct external network attack surface from tool calls. API tokens are expected to be provided via environment variables, which is good practice. The `bin/setup.js` script uses `execSync` for initial setup commands (e.g., `npm install -g`) which carries inherent risks, but this is for setup, not runtime execution. The `unwrapApiResponse` function uses broad `any` types for parsing, which could be less robust to unexpected API response formats but doesn't present an immediate execution vulnerability. There are no obvious hardcoded secrets in the runtime code. The `execCommand` service function, designed for running commands in app containers, explicitly delegates to external tools (like `liara app shell`) rather than executing arbitrary commands on the MCP server itself.
Similar Servers
terraform-mcp-server
Provides seamless integration with Terraform Registry APIs and HCP Terraform/Terraform Enterprise APIs, enabling AI assistants/LLMs to generate high-quality Terraform code and automate IaC workflows.
tfmcp
A CLI tool and MCP server that enables LLMs to analyze, manage, and operate Terraform configurations and infrastructure environments.
alibaba-cloud-ops-mcp-server
Enables AI assistants to manage Alibaba Cloud resources (ECS, RDS, OSS, VPC, Cloud Monitor) and automate application deployment to ECS instances.
tiger-cli
Tiger CLI provides a Model Context Protocol (MCP) server that enables AI assistants to interact with Tiger Cloud database services, manage service lifecycles, execute SQL queries, and access documentation via proxied tools.