dsh-deepbrain
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@dsh-deepbrainShow me Li Wei's historical positions before our negotiation."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
dsh-deepbrain
Bring DeepBrain (深脑) into DeepSeek Harness.
DeepBrain does not store documents — it stores judgments: conclusions distilled from recordings of meetings, interviews and lectures, each with an evidence chain back to what was actually said, and corroborated across separate occasions. With this plugin your DSH agent can read those judgments, quote verbatim-verified lines under someone's name, look up a person's historical positions, and borrow DeepBrain's analysis methods for material of its own.
Requires a DeepBrain account and API key. DeepBrain: https://shennao.zaowuyun.com The product UI and returned content are in Chinese.
Install
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:qiuyiwu1989-star/dsh-deepbrainBuild output ships in the repository, so no dependency build scripts need to be allowed. Restart the profile afterwards.
Then set your key (generate one under Settings → API keys; it looks like lj_live_…):
export DEEPBRAIN_API_KEY=lj_live_xxxPrefer the environment variable over putting it in config: profile config is printed verbatim
by dsh --dump-config, so a key written there ends up in logs and screenshots.
Related MCP server: DeepAnalyze MCP Server
Six tools
The server currently exposes 27 MCP tools. This plugin registers 6 — a client's job is not to mirror the server, it is to present the right shape. Hand a model 27 tool names and its default strategy becomes "use whichever returns the most", which means going straight for raw transcripts and blowing up its own context.
Tool | When to use it |
| First step when you don't know what to ask. Describe your situation; DeepBrain decides what you should know |
| Browse the index, or pull one topic's digest. Most writing and analysis stops here |
| Quotes you can attribute — every one verified word-for-word against the transcript |
| The roster, or one person's history of positions. Run it before a negotiation or a meeting |
| Ask a specific question, get a sourced answer. Slow questions are awaited automatically |
| Escape hatch. Call any DeepBrain MCP tool directly, for what the five above don't cover |
Leaving tool empty on deepbrain_call lists every tool the current key is allowed to call.
Configuration
- insert:
- id: deepbrain
name: 'dsh-deepbrain'
config:
endpoint: 'https://shennao.zaowuyun.com/api/mcp' # self-hosted? change this
apiKey: '' # empty → read DEEPBRAIN_API_KEY
timeoutMs: 120000 # multi-step retrieval can take a while
passthrough: true # false = don't register deepbrain_callScopes
DeepBrain API keys are scoped, and the server trims the callable tool set accordingly:
brain.ask— judgments, quotes, people, method library. Most usage needs only thistranscript.read/transcript.write— fetch raw transcripts, feed new ones inbrain.propose— write judgments back (they land in an inbox and require human review)
When a scope is missing the tool tells the model plainly that retrying will not help and a different key is needed, rather than reporting a generic failure.
What it does not do
No caching. Every call is live. Judgments get superseded and expire; a cache would serve stale conclusions as current ones.
No writes unless you explicitly call a write tool through
deepbrain_call, which requiresbrain.propose.No web UI. Host-only plugin: it contributes tools, registers no slots, ships no client bundle.
Known boundary
Verified end-to-end in a real profile on 2026-09-07: installed from GitHub, loaded, called production with a real key, got real content back; a scope-limited key correctly returns "use a different key" rather than a generic failure. The note below only applies to a bare profile without
auto-install-peers.
@deepseek-ai/dsh-tools is a real dependency here (installed with the plugin), but it declares
@deepseek-ai/cordis as its own peer. In a clean profile without auto-install-peers, cordis
will not be installed — this is upstream of this plugin and affects any third-party plugin that
uses dsh-tools.
Normally the harness supplies cordis (it is a dependency of dsh itself). If you hit
Cannot find package '@deepseek-ai/cordis', run this in the profile:
pnpm config set auto-install-peers trueThis plugin deliberately does not depend on its own copy of cordis — cordis is the DI container, and duplicating it splits Context/Service identity, which is far worse than a missing dependency.
Development
See CONTRIBUTING.md.
MIT
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
- vibsyncOAuthcom.vibsync
One shared brain for your AI coding agents: team memory, agent Q&A, tasks, and file claims.
Persistent memory and knowledge management for AI agents with semantic search and 50+ tools.
Agent 知识共享市场 — 让 AI Agent 搜索/购买/上传经验记忆。34 个 Tools,支持记忆搜索、购买、上传、评价、团队协作。
Your company's brain for AI agents. Cited, permission-aware knowledge across every system.
Related MCP Servers
- AlicenseAqualityBmaintenanceConnects AI coding agents to a shared knowledge base by allowing them to search, retrieve, and contribute coding traces. It acts as a protocol adapter for the CommonTrace API, facilitating collaborative knowledge sharing through natural language queries and tool-based interactions.61Apache 2.0
- FlicenseNot gradedqualityDmaintenanceEnables AI agents to invoke DeepAnalyze's intelligent analysis capabilities through MCP tools, including multi-round reasoning, code execution, and file operations.-
- AlicenseNot gradedqualityBmaintenanceExposes codebase memory as native tools for AI agents, enabling queries, feature tracing, impact analysis, and alignment verification.4AGPL 3.0
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to access observability and evaluation data, including run history, span traces, LLM-as-judge evaluation results, and regression reports.MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/qiuyiwu1989-star/dsh-deepbrain'
If you have feedback or need assistance with the MCP directory API, please join our Discord server