Back to Home
pholex icon

qinglong-mcp-server

Verified Safe

by pholex

Overview

This is a Model Context Protocol (MCP) server for querying and executing scheduled tasks in Qinglong Panel.

Installation

Run Command
uvx qinglong-mcp-server

Environment Variables

  • QINGLONG_URL
  • CLIENT_ID
  • CLIENT_SECRET

Security Notes

The server handles credentials (CLIENT_ID, CLIENT_SECRET) via environment variables loaded from .env files, which is good practice. It makes outgoing HTTP requests to the configured QINGLONG_URL. No 'eval' or direct code execution from untrusted input is found. Security relies heavily on the secure storage of the .env file and the security posture of the target Qinglong Panel.

Similar Servers

Stats

Interest Score32
Security Score8
Cost ClassLow
Avg Tokens350
Stars1
Forks0
Last Update2025-12-09

Tags

Qinglong PanelMCPTask AutomationAPI IntegrationPython