Connect your DeepSeek V3 and R1 agents to 50+ Model Context Protocol (MCP) servers, persistent knowledge graphs, and native web automation in one command.
Modular Cordis-native plugins published directly to the public npm registry.
Universal Model Context Protocol bridge with multi-scope configs (`~/.dsh`), permission policies, secrets masking, circuit breakers, and 1-click catalog.
npm install dsh-plugin-mcp
1-Line AI Agent project generator. Scaffolds a production TypeScript DeepSeek agent with pre-wired MCP tools, memory, and browser plugins in seconds.
npx create-dsh-app my-agent
Persistent long-term knowledge graph and episodic memory. Allows DeepSeek agents to remember user preferences, architectural rules, and past session context.
npm install dsh-plugin-memory
Headless & visible web browser automation agent. Live navigation, HTML-to-Markdown extraction, link graph mapping, and screenshot verification.
npm install dsh-plugin-browser
Install verified official and community Model Context Protocol tools without remembering package names.
dsh-mcp install github
dsh-mcp install postgres
dsh-mcp install sqlite
dsh-mcp install brave_search
dsh-mcp install fetch
dsh-mcp install filesystem
dsh-mcp install puppeteer
dsh-mcp install memory
Quick reference for managing MCP servers, memories, and browser actions.
| Command | Description | Copy |
|---|---|---|
npx dsh-mcp catalog |
Explore the built-in catalog of verified MCP servers | |
npx dsh-mcp install <name> --scope user |
1-Click install server to user global config (~/.dsh/mcp.json) | |
npx dsh-mcp test <name> |
Test protocol handshake, tools extraction, and latency | |
npx dsh-mcp list |
List all active servers, tools count, and transport states | |
npx dsh-memory add "<fact>" |
Save a fact or user preference to long-term memory | |
npx dsh-memory search "<query>" |
Search memories by semantic relevance | |
npx dsh-browser open <url> |
Navigate to a URL and inspect HTTP status | |
npx dsh-browser extract <url> |
Extract clean Markdown and hyperlinks from a web page |