Skip to main content
Glama
su-record

Total Development Toolkit MCP

1인 개발 Toolkit MCP 🚀

모든 개발 도구를 하나로 통합한 완전체 MCP (2025년 7월 최신 버전)

🎯 특징

10개의 인기 MCP + 1인 개발 기능을 하나로!

포함된 기존 MCP 기능들:

  • 🧠 Sequential Thinking - 단계별 사고 도구

  • 🧠 Clear Thought - 명확한 사고 정리

  • 📝 Context7 - 컨텍스트 관리

  • Time MCP - 시간 관리

  • 🔍 Exa - 검색 도구

  • 🎨 Shadcn UI - UI 컴포넌트

  • 🛠️ Toolbox - 유틸리티

  • 🖥️ Desktop Commander - 데스크톱 제어

  • 🐙 GitHub - 버전 관리

  • 🌐 Browser Tools - 브라우저 자동화

추가된 1인 개발 기능:

  • 🌐 모든 프론트엔드: React 19, Vue 3.5, Next.js 15, Angular 18, Svelte 5

  • 📱 모바일 개발: Flutter 3.24, React Native 0.75

  • 🐍 백엔드 개발: Python (FastAPI, Django), Node.js, Go, Rust

  • 🗄️ 데이터베이스: Supabase, PostgreSQL, MongoDB

  • 🧪 테스트 자동화: Vitest 2.0, Playwright 1.45

  • 🚀 배포 자동화: Vercel, Railway, Docker

Related MCP server: HostBridge MCP Server

📦 설치

Smithery CLI 사용

npx @smithery/cli run @your-username/total-devlopment-toolkit-mcp --key YOUR_KEY

Claude Desktop 설정

{
  "mcpServers": {
    "total-devlopment-toolkit": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli@latest",
        "run",
        "@your-username/total-devlopment-toolkit-mcp",
        "--key",
        "YOUR-KEY"
      ],
      "env": {
        "GITHUB_TOKEN": "ghp_xxxxx",
        "SUPABASE_URL": "https://xxxxx.supabase.co",
        "SUPABASE_ANON_KEY": "eyJxxxxx"
      }
    }
  }
}

🛠️ 도구 목록 (총 50개+)

🧠 사고 도구

  • sequential_thinking - 단계별 문제 해결

  • clear_thought - 사고 정리 및 구조화

  • brainstorm - 아이디어 생성

  • decision_tree - 의사결정 분석

📝 컨텍스트 관리

  • save_context - 현재 상태 저장

  • load_context - 저장된 상태 불러오기

  • list_contexts - 저장된 컨텍스트 목록

  • merge_contexts - 컨텍스트 병합

⏰ 시간 관리

  • set_timer - 타이머 설정

  • set_alarm - 알람 설정

  • get_timezone - 시간대 변환

  • schedule_task - 작업 예약

🔍 검색

  • web_search - 웹 검색

  • code_search - 코드 검색

  • doc_search - 문서 검색

  • api_search - API 검색

🎨 UI 개발

  • install_shadcn - Shadcn UI 설치

  • create_ui_component - UI 컴포넌트 생성

  • setup_theme - 테마 설정

  • generate_design_system - 디자인 시스템 생성

🐙 GitHub

  • create_repo - 리포지토리 생성

  • create_pr - PR 생성

  • manage_issues - 이슈 관리

  • setup_actions - GitHub Actions 설정

🌐 브라우저 자동화

  • browser_automate - 웹 자동화

  • take_screenshot - 스크린샷

  • run_e2e_test - E2E 테스트

  • web_scrape - 웹 스크래핑

🖥️ 데스크톱 제어

  • capture_screen - 화면 캡처

  • file_manager - 파일 관리

  • system_info - 시스템 정보

  • app_launcher - 앱 실행

🌐 프론트엔드 개발

  • create_web_app - 웹 앱 생성 (모든 프레임워크)

  • create_component - 컴포넌트 생성

  • setup_styling - 스타일링 설정

  • optimize_performance - 성능 최적화

📱 모바일 개발

  • create_flutter_app - Flutter 앱 생성

  • create_react_native_app - RN 앱 생성

  • create_widget - 위젯/컴포넌트 생성

  • setup_mobile_ci - 모바일 CI/CD 설정

🐍 백엔드 개발

  • create_api - API 서버 생성

  • create_endpoint - 엔드포인트 생성

  • setup_database - DB 설정

  • generate_docs - API 문서 생성

🗄️ Supabase

  • setup_supabase - Supabase 프로젝트 설정

  • create_table - 테이블 생성

  • setup_auth - 인증 설정

  • setup_realtime - 실시간 기능

🚀 통합 기능

  • create_fullstack_app - 풀스택 앱 생성

  • convert_component - 컴포넌트 변환 (React ↔ Flutter ↔ Vue)

  • sync_data_models - 데이터 모델 동기화

  • deploy_all - 전체 배포

💡 사용 예시

풀스택 프로젝트 생성

You: "SaaS 플랫폼을 Next.js + FastAPI + Supabase로 만들어줘"

통합 MCP가 자동으로:
1. Next.js 15 프론트엔드 생성
2. FastAPI 백엔드 생성
3. Supabase 데이터베이스 설정
4. 인증 시스템 구축
5. Docker 설정
6. GitHub 리포지토리 생성
7. CI/CD 파이프라인 설정

크로스 플랫폼 개발

You: "이 React 컴포넌트를 Flutter 위젯으로 변환해줘"

통합 MCP가:
- React 코드 분석
- Flutter 위젯으로 자동 변환
- 스타일 및 로직 보존

자동화된 워크플로우

You: "매일 오전 9시에 프로젝트 빌드 상태 체크하고 리포트 만들어줘"

통합 MCP가:
- 스케줄 설정
- GitHub Actions 모니터링
- 빌드 상태 분석
- 리포트 자동 생성

🔧 환경 변수 설정

# GitHub 기능
GITHUB_TOKEN=ghp_xxxxxxxxxxxxx

# Supabase 기능  
SUPABASE_URL=https://xxxxx.supabase.co
SUPABASE_ANON_KEY=eyJxxxxxxxxxxxxx

# AI 기능 (선택)
OPENAI_API_KEY=sk-xxxxxxxxxxxxx

# 브라우저 자동화
PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium

📄 라이선스

MIT


Made with ❤️ for Developers who want it all!

-
license - not tested
-
quality - not tested
-
maintenance - not tested

Related MCP Servers

  • F
    license
    C
    quality
    D
    maintenance
    This is an MCP server that facilitates building tools for interacting with various APIs and workflows, supporting Python-based development with potential for customizable prompts and user configurations.
    Last updated
    1
  • A
    license
    -
    quality
    D
    maintenance
    Provides MCP multi-cluster Kubernetes management and operations. It can be integrated as an SDK into your own project and includes nearly 50 built-in tools covering common DevOps and development scenarios. Supports both standard and CRD resources.
    Last updated
    150
    MIT

View all related MCP servers

Related MCP Connectors

  • Package intelligence MCP for AI agents — 22 tools, 19 ecosystems, AGPL SDK, free.

  • One PAT, any MCP agent: Vercel, GitHub, Cloudflare, Supabase, GCP — unified dev infra gateway.

  • A MCP server built for developers enabling Git based project management with project and personal…

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/su-record/total-development-toolkit-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server