Back to Home
OpenCSGs icon

csghub-mcp-servers

Verified Safe

by OpenCSGs

Overview

Provides a set of Model Context Protocol (MCP) tools for interacting with and managing various AI/ML resources (models, datasets, code, dataflows, evaluations, spaces, inferences) on the CSGHub platform, primarily for use by LLM agents.

Installation

Run Command
csghub-mcp-server-inference

Environment Variables

  • CSGHUB_SERVER_ENDPOINT
  • CSGHUB_WEB_ENDPOINT
  • CSGHUB_ISSUE_ENDPOINT
  • CLUSTER_ID

Security Notes

The codebase avoids direct use of dangerous functions like 'eval' or 'exec'. API endpoints and critical configuration values are retrieved from environment variables, which is a good practice to prevent hardcoded secrets. Access tokens are passed via 'Authorization: Bearer' headers for API calls. However, several modules default to binding the MCP server to '0.0.0.0:8000', which means it will listen on all network interfaces; this poses a security risk if deployed in a public-facing environment without proper firewalling or a reverse proxy. Additionally, error responses may return the raw upstream API error messages, potentially exposing internal details.

Similar Servers

Stats

Interest Score33
Security Score7
Cost ClassMedium
Avg Tokens250
Stars3
Forks1
Last Update2026-01-14

Tags

AI/ML ManagementAPI GatewayModelOpsResource OrchestrationCSGHub Integration