mcp server for coreshub: https://coreshub.cn/
mcp server for coreshub: https://coreshub.cn/. Exposed over MCP by the coreshub mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.
class MyTool(BaseTool): tool_name = "my_tool" tool_description = "我的自定义工具"
Everything the assistant can do here goes through one of these:
zone — type: stringdescription — 区域标识,从上下文获取,选项:xb3,xb2,hb2default — xb3required — Trueowner — type: stringuser_id — type: stringresource_id — type: stringlimit — type: integeroffset — type: integername — type: stringnamespace — type: stringuuid — type: stringYou will need 3 environment variables: QY_ACCESS_KEY_ID, QY_SECRET_ACCESS_KEY, CORESHUB_USER_ID. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.
Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Coreshub's toolset — zone, description, default and 11 more — is a fair guide to whether it matches your workflow. It is maintained by coreshub; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Coreshub's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| zone | type: string |
| description | 区域标识,从上下文获取,选项:xb3,xb2,hb2 |
| default | xb3 |
| required | True |
| owner | type: string |
| user_id | type: string |
| resource_id | type: string |
| limit | type: integer |
| offset | type: integer |
| name | type: string |
| namespace | type: string |
| uuid | type: string |
| services | type: array |
| end_at | type: string |
{
"mcpServers": {
"coreshub-mcp-server-来自pypi包": {
"type": "stdio",
"registryUrl": "http://mirrors.aliyun.com/pypi/simple/",
"command": "uvx",
"args": [
"coreshub-mcp-server"
],
"env": {
"QY_ACCESS_KEY_ID": "基石智算的AK",
"QY_SECRET_ACCESS_KEY": "基石智算的SK",
"CORESHUB_USER_ID": "基石智算的账户ID"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| QY_ACCESS_KEY_ID | Credential the server authenticates with. | Yes |
| QY_SECRET_ACCESS_KEY | Credential the server authenticates with. | Yes |
| CORESHUB_USER_ID | Configuration value read at startup. | Optional |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.