AI Agent Hub
Back to plugins
🖥️

dsh-oauth-mcp-client

Client Updated 2026.08.21

Run the following command in DeepSeek Harness:

dsh plugin install springbrand-lab/dsh-oauth-mcp-client

Paste the following prompt into your AI chat to install this plugin:

To install this plugin in DeepSeek Harness, run `dsh plugin install springbrand-lab/dsh-oauth-mcp-client`. Source code: https://github.com/springbrand-lab/dsh-oauth-mcp-client

About this plugin

When using the MCP client in DeepSeek Harness, many production MCP gateways require OAuth 2.1 authorization, which the native client does not fully support. dsh-oauth-mcp-client fills this gap by adding the OAuth 2.1 authorization code flow with PKCE on top of the native dsh-mcp-client, enabling Harness to securely connect to protected MCP services such as Springbrand's production MCP gateway.

The plugin covers the entire chain from authentication to tool invocation. It supports dynamic OAuth client registration, browser login with a loopback callback, and securely stores tokens and client metadata in the DSH credential service. The connection layer uses Streamable HTTP transport with automatic reconnects; the plugin also automatically discovers, registers, and executes MCP tools, and provides a DSH Web connection management page to view live status and registered capabilities.

For developers and teams who need to integrate enterprise MCP services into DeepSeek Harness, especially those looking to use the Springbrand capability marketplace, this plugin greatly simplifies onboarding. After a one-time browser authorization on first startup, users can ask the agent to search and invoke Springbrand capabilities in natural language without manual tool selection.

Use Cases

  • Securely connect to MCP gateways requiring OAuth 2.1 authorization in DeepSeek Harness.
  • One-click onboarding to the Springbrand capability marketplace via browser authorization.
  • Automatically discover and register remote MCP tools to streamline agent tool invocation.

Best For

  • Developers using DeepSeek Harness.
  • Teams needing to integrate enterprise MCP services.
  • Users looking to invoke Springbrand capabilities.