dsh-industry-graph-mcp
Run the following command in DeepSeek Harness:
dsh plugin install helibeiqi/dsh-industry-graph-mcp
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install helibeiqi/dsh-industry-graph-mcp in DeepSeek Harness to install this plugin; source code is available at https://github.com/helibeiqi/dsh-industry-graph-mcp
About this plugin
In A-share research or strategy conversations, an agent often needs to answer questions like "which industry does this stock belong to, where does it sit in the supply chain, and which concepts does it touch." Guessing from model memory is unreliable and hard to trace. This plugin turns A-share industry chains, Shenwan sectors, and concept boards into a local knowledge graph that the LLM can query in real time, returning structured and traceable answers instead of vague recall.
Seven tools cover the core workflow: look up a stock industry mapping, find comparable peers, view supply-chain structure with a highlighted node, list concept-board constituents, intersect two concepts for cross-selection, fuzzy-search covered tickers, and get dataset statistics. The seed dataset covers 31 Shenwan Level-1 industries, 52 concept boards, 14 industry chains, and 181 unique stocks, intentionally small and precise yet extensible via gen_graph.py to incorporate custom lists.
It is zero-dependency (pure Node ESM, no npm install), fully offline, and requires no API key; all data ships with the repository. It suits A-share strategy analysts, sector comparability researchers, thematic-trackers, and anyone who wants structured financial domain knowledge inside a dsh conversation.
Use Cases
- Query a stock sector mapping, supply-chain stage, and related concept tags in a research chat
- Cross-reference two concept boards to find overlapping constituents
- Inspect a stocks upstream-downstream chain structure and peer comparables
Best For
- A-share strategy and sector comparability researchers
- Analysts tracking thematic and industry-chain logic
- Developers building local research workflows in dsh
Related Plugins
Memory layer for coding agents that indexes local session history and auto-recalls relevant context before edits, commands, and failures, with no manual search needed.
Traceable, searchable cross-session memory for AI agents that turns conversation knowledge into a typed knowledge graph and recalls relevant subgraphs instead of replaying full history, natively integrated with DeepSeek Harness.
Gives DSH AI cross-session long-term memory, to-do and skill management, plus multi-session orchestration, external AI delegation, and an infinite canvas that grows with you.
dsh-mnemon is a three-tier, pluggable, Agent-driven memory system for DeepSeek Harness, combining Runtime memory, Project Documents, and replaceable Memory Spaces with nine long-term providers.