DeepSeek Harness Plugins
DeepSeek Harness PluginManifest Valid

dsh-mysql

MySQL database connector for DeepSeek Harness with settings management, per-session switching, and agent tools.

VisionUI & ProductivityTerminal & TUIDeveloper ToolsBrowser & WebSecurity & PolicyRemote Execution
7GitHub Stars1ForksUpdated2026-09-06

Install

$ dsh plugin --profile web add github:1321928757/dsh-mysql#v0.1.11

Plugin Overview & Capabilities

AI-assisted organization based on the public repository snapshot. The content must be grounded in source evidence and does not replace compatibility or security verification.

source-grounded
dsh-mysql is a DeepSeek Harness plugin and profile bundle that integrates MySQL database connectivity directly into the DSH workspace. It provides a settings page to manage multiple connection profiles with granular table allowlists and write controls, a composer widget to switch connections per session, and globally available tools (mysql_tables, mysql_query, and mysql_execute) for agent presets.

Key Capabilities

  • Manage and test multiple MySQL connections with table allowlists and write access toggles in settings
  • Switch active MySQL connections on a per-session basis directly from the composer toolbar
  • Inspect database schemas and column details using the mysql_tables tool
  • Execute guarded read-only SELECT, SHOW, DESCRIBE, and EXPLAIN queries via mysql_query with execution timeouts
  • Perform controlled INSERT, UPDATE, and DELETE operations via mysql_execute when write permissions are enabled
  • Inject dynamic per-turn database context and readable table snapshots into agent prompts

Useful For

  • Enabling LLM agents to inspect database structures and answer business intelligence queries in real time
  • Safely running parameterized SQL queries against development or staging environments with guardrails
  • Allowing agents to perform restricted data modifications when explicitly granted write permissions per connection

Who It Fits

  • Developers needing direct database query capabilities inside DeepSeek Harness
  • Data analysts working with MySQL databases through conversational AI
  • Teams requiring controlled, multi-environment database access for LLM workflows

Documented Limitations

  • Only standard TCP connection configurations are supported; SSL/TLS, Unix sockets, and custom charsets are not configurable via UI
  • Table allowlist validation is lexical and not a full SQL grammar parser
  • Query responses are capped at 2,000 serialized rows (truncated after fetch)
  • DDL and multi-statement SQL are explicitly rejected
  • Connection passwords are stored in local plain text at $DSH_HOME/storages/dsh-mysql/connections.json

DSH Compatibility

Version-specific runtime evidence collected by DSH Plugin. A missing result means we have not tested that combination yet.

Not tested yetNo runtime compatibility tests have been published yet.

Security Signals

Objective signals discovered from package metadata and source inspection. These are not a guarantee that a plugin is safe.

No automated security signals have been published yet.

Source & Registry Notes

Public provenance, Registry classification, and the latest source check for this entry, kept separate from runtime verification.

Source repository
1321928757/dsh-mysql
Registry source
GitHub · dsh-plugin topic
Registry classification
Plugin
Source checked
d82956b · 2026-09-19

This project is independently indexed from public source information. DSH Plugin is not affiliated with DeepSeek or the plugin author. Always check the author repository before installation.

Repository Activity

GitHub stars
7GitHub stars
Forks
1
Open issues
2
Last commit
2026-09-06
Last release
No release detected
For maintainers

Maintaining this plugin?

This listing is generated from public repository data. If you maintain this project, you can review the information and share this listing with your users if you find it useful.

Add to README
Listed on DSHPlugin.app