claude-dev-suite
by claude-dev-suite·★ 15·Score 44
A comprehensive AI development toolkit extending Claude Code with specialized agents, MCP servers, and visual orchestration.
Overview
Dev-Suite transforms Claude Code into a full-stack development powerhouse by providing specialized agents, MCP servers, skills, and a visual dashboard. It includes MCP servers for documentation, database querying, Docker management, API testing, and more. The suite offers a web dashboard for visual project configuration, task orchestrator for multi-agent workflows, code generation from specifications, and knowledge bases for 121+ technologies. It's designed to live alongside projects and provide centralized resources that multiple projects can reference.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Teams already using Claude Code who need specialized agents, MCP tools, and visual orchestration for complex multi-agent development workflows across multiple technologies.
When NOT to choose this
Projects requiring simple, lightweight AI assistance without the overhead of multiple agents and orchestration, or those needing integration with AI assistants other than Claude.
Tools this server exposes
10 tools extracted from the READMElist_docsList available documentation for various technologies
execute_queryExecute SQL queries against a database
list_containersList running Docker containers
send_requestSend HTTP requests to APIs
analyze_logsParse and analyze application logs
profile_cpuProfile CPU usage of an application
check_complexityAnalyze code complexity and quality
scan_vulnerabilitiesScan for security vulnerabilities in dependencies
open_dashboardOpen the Dev-Suite web dashboard
load_skillLoad a specific skill by name
Comparable tools
Installation
Installation
Quick Start
# Clone Dev-Suite
git clone https://github.com/claude-dev-suite/claude-dev-suite.git
cd claude-dev-suite
# Initialize your project
./init-project.sh /path/to/your-projectClaude Desktop Configuration
Add to your Claude Desktop configuration:
{
"mcpServers": {
"dev-suite": {
"command": "node",
"args": ["/path/to/claude-dev-suite/packages/dashboard-bridge/dist/index.js"]
}
}
}FAQ
- What is Dev-Suite?
- Dev-Suite is a comprehensive AI-powered development toolkit that extends Claude Code with specialized agents, MCP servers, and visual orchestration capabilities.
- How do I use MCP servers in Dev-Suite?
- After initialization, restart Claude Code to automatically load the new MCP servers and agents. They'll be available as tools like `fetch_docs`, `execute_query`, etc.
Compare claude-dev-suite with
Last updated · Auto-generated from public README + GitHub signals.