codingDuan/dsh-plugin-xquant ↗★ 0
dsh-plugin-xquant
One-command xquant MCP integration for DeepSeek Harness
AI 分析
快速将 xquant MCP 服务集成至 DSH 中。适合需要连接 xquant 开发者平台并使用其量化或金融分析工具的用户,需准备 API Key。
インストール
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:codingDuan/dsh-plugin-xquantドキュメント
README 全文を読む ↗配置私有或 staging 环境
仅需覆盖服务 origin;插件会固定补全 /xquant-mcp/mcp,从而避免误连旧路径:
export XQUANT_MCP_ORIGIN='https://staging.xquant.shop'
export XQUANT_API_KEY='xq_live_...'
XQUANT_MCP_ORIGIN 必须是没有 path、query 或 hash 的 HTTP(S) origin,例如 https://mcp.example.com。它不是完整 MCP URL。