Back to Home
DoubtfulTurnip icon

portainer-mcp-server

Verified Safe

by DoubtfulTurnip

Overview

This server acts as an API proxy or gateway, enabling multi-cluster management by routing requests to different target URLs based on dynamic configuration.

Installation

Run Command
npm start

Environment Variables

  • API_KEY
  • PORT

Security Notes

The server's core functionality is an API proxy, which inherently carries risks like SSRF if not properly secured. It employs a global API key authentication middleware (`x-api-key`), which is crucial for protecting both configuration management and the proxy itself. No 'eval' or obfuscation found. Hardcoded secrets are avoided by using environment variables (e.g., API_KEY). The main security consideration is the strength of the API key itself and the trust placed in authenticated users, as they can direct the proxy to arbitrary target URLs. Robust input validation for target URLs is essential.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassLow
Avg Tokens1
Stars0
Forks0
Last Update2025-11-24

Tags

Multi-clusterProxyAPI GatewayConfigurationNode.js