Back to Home
LoganChu icon

duke-dcc-mcp

Verified Safe

by LoganChu

Overview

Facilitates remote management of the Duke Computing Cluster (DCC) via SSH through an MCP-powered application.

Installation

Run Command
conda activate mcp && python duke-dcc-mcp.py

Environment Variables

  • LITELLM_KEY

Security Notes

The server allows remote command execution (`execute_command`) which is inherently powerful; secure handling of SSH keys and passphrases by the user is critical. It relies on 'paramiko' for SSH, a standard library. No obvious 'eval' or obfuscation. The global variables for connection state in `duke-dcc-mcp.py` might pose challenges for concurrent sessions if not managed by the MCP framework, but are not direct security flaws. Environment variables for API keys are correctly used where explicitly implemented (`LITELLM_KEY`).

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens512
Stars0
Forks0
Last Update2026-01-14

Tags

SSHRemote ManagementClusterParamikoFastMCP