dsh-feed
Cross-ecosystem aggregation base ('聚合的聚合'): syncs the GitHub dsh-plugin topic + npm registry into one open JSON index, queried by model tools, a CLI (dsh-feed), and a minimal stdio MCP server
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:863683348/dsh-feed说明文档
阅读完整 README ↗MCP 配置示例(任意 MCP 客户端)
{ "mcpServers": { "dsh-feed": { "command": "dsh-feed", "args": ["mcp"] } } }