MCP Catalogs
Home

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.

developer-toolsai-llmproductivity
2
Forks
16
Open issues
this month
Last commit
2d ago
Indexed

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:

you:Extend Claude Code with specialized MCP tools for database management, Docker operations, and API testing
you:Use the visual dashboard to orchestrate multi-agent development tasks with real-time streaming updates
you:Generate code from specifications using the built-in code generator with AI refinement
you:What is Dev-Suite?
you:How do I use MCP servers in Dev-Suite?

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 README
  • list_docs

    List available documentation for various technologies

  • execute_query

    Execute SQL queries against a database

  • list_containers

    List running Docker containers

  • send_request

    Send HTTP requests to APIs

  • analyze_logs

    Parse and analyze application logs

  • profile_cpu

    Profile CPU usage of an application

  • check_complexity

    Analyze code complexity and quality

  • scan_vulnerabilities

    Scan for security vulnerabilities in dependencies

  • open_dashboard

    Open the Dev-Suite web dashboard

  • load_skill

    Load a specific skill by name

Comparable tools

claude-desktop-mcpnpx create-next-appvscode-copilot

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-project

Claude 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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.