Coreshub MCP Server
@coreshub
关于 Coreshub MCP Server
mcp server for coreshub: https://coreshub.cn/
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-server-coreshub": {
"command": "uv",
"args": [
"run",
"src/coreshub_mcp_server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Coreshub MCP Server?
Coreshub MCP Server is a Model Context Protocol server that enables AI assistants to interact with the Jishi Computing (基石智算) cloud platform. It provides tools for managing EPFS file systems, container instances, distributed training jobs, inference services, and their logs. It is designed for developers using MCP-compatible clients such as Cherry Studio.
How to use Coreshub MCP Server?
Install via uvx coreshub-mcp-server or clone from GitHub and run with uv run coreshub-mcp-server. Configure environment variables QY_ACCESS_KEY_ID, QY_SECRET_ACCESS_KEY, and CORESHUB_USER_ID with your Jishi Computing credentials. In Cherry Studio, add an MCP server with stdio type and the appropriate command for your OS. For CLI usage, run uv run src/coreshub_mcp_server with optional flags like --debug.
Key features of Coreshub MCP Server
- Query EPFS file systems and their billing info
- Retrieve container instance details with filtering
- Get SSH connection info for specific instances
- List distributed training tasks with time ranges
- Fetch detailed logs for distributed training jobs
- Query inference services and their logs
- Extensible architecture for custom tools and prompts
Use cases of Coreshub MCP Server
- AI assistant that helps users manage cloud storage (EPFS) and billing
- Automated container instance monitoring and SSH access retrieval
- Debugging distributed training tasks by fetching logs
- Tracking status and logs of inference services on Jishi Computing
FAQ from Coreshub MCP Server
What are the prerequisites to run Coreshub MCP Server?
Python and uv must be installed. For best tool calling, a model with 32B parameters or higher is recommended.
What environment variables are required?
You must set QY_ACCESS_KEY_ID, QY_SECRET_ACCESS_KEY, and CORESHUB_USER_ID with your Jishi Computing account credentials.
How do I install the server via Cherry Studio?
Add an MCP server with "type": "stdio", command uvx and args ["coreshub-mcp-server"] (or a GitHub source). Include the three environment variables in the env object.
Can I run the server locally without Cherry Studio?
Yes. Clone the repository, set the environment variables, and run uv run src/coreshub_mcp_server from the project root. Use the --debug flag for verbose output.
How do I add a custom tool or prompt?
Create a Python file in the plugins/ directory, implement a subclass of BaseTool or BasePrompt, and call the register() method. Follow the example provided in the development section.
其他 分类下的更多 MCP 服务器
Servers
modelcontextprotocolModel Context Protocol Servers

EverArt
modelcontextprotocolModel Context Protocol Servers
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
评论