dsh-agent-mcp
Related Servers
Alternatives to dsh-agent-mcp
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityDmaintenanceEnables IDE integration with a multi-agent AI pipeline for solving, reviewing, and optimizing code through adversarial peer review and security filtering.-
- AlicenseNot gradedqualityBmaintenanceEnables a local-first autonomous coding agent that plans, edits, and verifies code using LM Studio, Ollama, or llama.cpp models, with hardware-aware parallel sub-agents and optional frontier-model planning.MIT
- AlicenseAqualityAmaintenanceA fully featured coding agent that uses symbolic operations (enabled by language servers) and works well even in large code bases. Essentially a free to use alternative to Cursor and Windsurf Agents, Cline, Roo Code and others.2942,103 PyPI29,749MIT
- AlicenseNot gradedqualityDmaintenanceTransforms your IDE into an autonomous multi-agent coding assistant that orchestrates complex codebase refactoring using LangGraph and LiteLLM.3MIT
- FlicenseNot gradedqualityBmaintenanceEnables AI-powered coding assistance including file editing, code generation, explanation, review, and shell command execution, using multiple free AI providers with automatic fallback.-
- AlicenseNot gradedqualityAmaintenanceEnables local LLMs to perform enterprise-grade code auditing, AST security screening, architectural planning, and real-time Discord observability with zero cloud API costs.1MIT
TDQS
Scored across 6 tools
Each tool targets a distinct concern: running tasks, checking setup health, checking/starting/stopping the web UI, and listing sessions. There is no meaningful overlap, and descriptions make the boundaries clear.
All tools share the 'dsh_' prefix and mostly follow verb_noun (run_task, list_sessions) or web_verb patterns (web_start, web_stop, web_status). 'dsh_doctor' is the only outlier, being a noun rather than a verb phrase, but it is still readable and intuitive.
Six tools is well-scoped for an agent-management server: one primary action, three for web UI lifecycle, one health check, and one session discovery. No tool feels redundant or missing as a lightweight utility.
The core workflows are covered: run a task, check health, manage the web UI, and list sessions. Minor gaps exist (e.g., no session termination or task cancellation), but these are not obvious dead ends for the server's stated purpose.