DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Mcp Scalix Cloud — DeepSeek Harness 插件(DSH Plugin)
← Plugins

@scalix-world/mcp-scalix-cloud

Mcp Scalix Cloud

适用于 DeepSeek Harness、Claude Code、Cursor、Gemini 和 Antigravity 的官方 Scalix Cloud MCP 插件和服务器配置。

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add @scalix-world/mcp-scalix-cloud@1.4.2
README兼容性版本

兼容性与来源证明

Mcp Scalix Cloud 以 @scalix-world/mcp-scalix-cloud 发布,当前版本为 1.4.2。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
any
发布来源
npm
Registry 更新时间
2026/9/20

版本

1.4.2stable
2026/8/16

相关插件

正在加载相关插件…

最新版
1.4.2
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
19.6 kB
文件数
15
Surface
any
许可证
MIT
发布源
npm
GitHub
★ 2
周下载
24
最近提交
2026/9/1
查看源码 ↗
项目主页 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录

相关插件

继续浏览 integrations-communication 分类下经过校验的插件。

Acp App@deepseek-ai/dsh-acp-appdsh ACP 配置文件包:基于 dsh-base 的仅限自动化的 JSON-RPC stdio 和进程生命周期管理Remote Web Ui@linxin666/dsh-remote-web-ui通过扫码配对访问 dsh Web GUI,共享一个官方界面:设置按钮旁的二维码可将手机和 PC 配对到同一个 Web GUI(手机采用竖屏触控适配层,PC 使用完整桌面界面),通过一次性令牌和 rIm@xmanrui/dsh-im将十一种 IM 渠道和一个公网 AI Office 接入本地 DeepSeek Harness。Pocketdsh-pocket把 DeepSeek Harness 装进你的口袋:一个包、一个设置页,手机扫码即同步访问电脑上的 DSH(局域网 + 公网,实时同屏)。

README

Scalix Cloud — Unified MCP Plugin

Official Model Context Protocol (MCP) plugin and server configuration for Scalix Cloud — the agent-native cloud platform providing PostgreSQL databases, serverless functions, AI inference, persistent Linux machines (Computers), containers (Run), object storage, auth, and billing behind a single remote MCP endpoint (https://api.scalix.world/v1/mcp).


Supported Ecosystems (One Repo, Many Manifests)

This repository includes native manifests for all major coding agents and MCP clients:

  • DeepSeek Harness (DSH) — via cordis.patch.yml and @scalix-world/mcp-scalix-cloud npm bundle
  • Claude Code — via .claude-plugin/plugin.json and .claude-plugin/marketplace.json
  • Google Antigravity — via root plugin.json
  • Gemini CLI — via GitHub URL extension install
  • Cursor / Windsurf / Codex — via .mcp.json / generic Streamable HTTP configuration

Quick Start by Client

1. DeepSeek Harness (DSH)

# Add the Scalix plugin bundle to your DSH profile
dsh plugin --profile web add @scalix-world/mcp-scalix-cloud

# Set your API key
export SCALIX_API_KEY="scalix_at_..."

# Boot DeepSeek Harness
dsh --profile web

2. Claude Code

# Add from official marketplace
claude plugin marketplace add scalixworld/scalix-cloud-mcp
claude plugin install scalix@scalix

# Set your API key
export SCALIX_API_KEY="scalix_at_..."

3. Gemini CLI

gemini extensions install https://github.com/scalixworld/scalix-cloud-mcp
export SCALIX_API_KEY="scalix_at_..."

4. Cursor / Windsurf / Generic MCP (.mcp.json)

{
  "mcpServers": {
    "scalix": {
      "transport": "streamable-http",
      "url": "https://api.scalix.world/v1/mcp",
      "headers": {
        "Authorization": "Bearer ${SCALIX_API_KEY}"
      }
    }
  }
}

What You Get

1. 50 Platform Tools Across 17 Domains

All tools are exposed under the scalix_* namespace (or mcp__scalix__* in DSH):

DomainKey Tools
Databasesscalix_db_query, scalix_db_schema, scalix_pitr_restore
Containers (Run)scalix_run_deploy, scalix_run_list, scalix_build_create
Computersscalix_computer_create, scalix_computer_exec, scalix_computer_delete
Functionsscalix_fn_deploy, scalix_fn_invoke, scalix_fn_list
AI Inferencescalix_ai_infer, scalix_ai_models
Storage & KVscalix_storage_create_bucket, scalix_storage_upload, scalix_kv_set
Systemscalix_status, scalix_usage, scalix_project_list

2. Built-in Agent Skills (skills/)

  • scalix-platform — Architecture overview, authentication, and SDK usage
  • scalix-database — ScalixNova Postgres 16/17/18, database branching, and PITR
  • scalix-functions — Node & Python serverless function deployment
  • scalix-ai — Lumio model family and OpenAI-compatible inference

Authentication

  1. Generate an API Key in the Scalix Cloud Console.
  2. Set SCALIX_API_KEY=scalix_at_... in your environment.
  3. Tool discovery is open and unauthenticated; tool execution requires a valid Bearer token.

License

MIT — Copyright (c) 2026 Scalix World Pvt Ltd. See LICENSE.