MicroHEROX/dsh-exa-mcp: Mount Exa Search in DeepSeek Harness
MicroHEROX/dsh-exa-mcp is an MIT-licensed plugin (v0.1.0) for DeepSeek Harness (DSH) designed to bridge Exa remote MCP endpoints via the `dsh-mcp-client` in the DSH CLI, providing web search and web scraping capabilities for agents. Acting as a pure configuration patch layer, this plugin requires no build steps and only adds a single line of configuration after installation. Core capabilities include registering Exa tools as `mcp__exa__*` local tools (such as `web_search_exa`, `web_fetch_exa`, etc.) and supporting automatic resync and 180-second task timeouts. Regarding authentication, it operates anonymously when the `EXA_API_KEY` is not set.
Read More@tonydua/dsh-web-search-exa: Keyless Exa Search Plugin for DeepSeek Harness
`@tonydua/dsh-web-search-exa` is a zero-configuration Exa search plugin for DeepSeek Harness (DSH), supporting Node.js >=18 and licensed under MIT. By default, this plugin performs searches through an anonymous MCP service (`mcp.exa.ai/mcp`) and can be used without an API key. If the `EXA_API_KEY` is configured, it automatically switches to the Exa REST API for a more stable service. Acting as a drop-in provider for the `ctx.web` seam, it is compatible with existing `web_search` and `web_fetch` tools without requiring any modifications to the original configuration. Installation is done via the `dsh plugin`
Read More