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
  • 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

Stats

Interest Score23
Security Score7
Cost ClassMedium
Avg Tokens500
Stars6
Forks0
Last Update2025-12-28

Tags

LiaraCloud ManagementAI Agent ToolsPaaSInfrastructure as Code