Claude Code MCP Parity • Live on npm

Supercharge DeepSeek Agents
with Universal Tools & Memory

Connect your DeepSeek V3 and R1 agents to 50+ Model Context Protocol (MCP) servers, persistent knowledge graphs, and native web automation in one command.

$ npx create-dsh-app my-ai-agent

Ecosystem Packages

Modular Cordis-native plugins published directly to the public npm registry.

🔌

dsh-plugin-mcp v0.3.0

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

create-dsh-app v0.1.0

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
🧠

dsh-plugin-memory v0.4.0

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
🌐

dsh-plugin-browser v0.1.0

Headless & visible web browser automation agent. Live navigation, HTML-to-Markdown extraction, link graph mapping, and screenshot verification.

npm install dsh-plugin-browser

1-Click MCP Server Catalog

Install verified official and community Model Context Protocol tools without remembering package names.

GitHub Dev
Inspect repos, PRs, issues, commits, and branches.
dsh-mcp install github
PostgreSQL Database
SQL queries, table analysis, and schema inspection.
dsh-mcp install postgres
SQLite Database
Zero-config local database inspection & querying.
dsh-mcp install sqlite
Brave Search Search
Privacy-first web searches and news queries.
dsh-mcp install brave_search
Fetch Web
Convert live web pages into clean agent Markdown.
dsh-mcp install fetch
Filesystem FS
Direct workspace filesystem read, write, & search.
dsh-mcp install filesystem
Puppeteer Browser
Headless browser automation & screenshots.
dsh-mcp install puppeteer
Knowledge Graph Graph
Entity relationships & cross-session memory.
dsh-mcp install memory

Terminal CLI Cheat Sheet

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
Command copied to clipboard!