Skip to main content
Glama

Zopio MCP Server (Senaryo Bazlı)

Model Context Protocol (MCP) sunucusu ile Zopio framework'ünü senaryo bazlı yönetin!

🎯 Özellikler

  • Senaryo bazlı kurulum - Sadece ihtiyacınız olan uygulamayı kurun

  • Yeni başlayanlar için eğitim - Hiç bilmeyen geliştiriciler için kapsamlı rehber

  • ✅ Zopio framework'ünü otomatik klonlama

  • ✅ Bağımlılıkları otomatik yükleme (pnpm)

  • ✅ Belirli uygulamaları başlatma (web, api, app, docs)

  • ✅ Sunucu durumunu kontrol etme

  • ✅ Türkçe komut desteği

  • ✅ Cascade AI ile entegrasyon

  • Etkileşimli promptlar - Uygulamalar ve paketler hakkında detaylı açıklamalar

Related MCP server: Minecraft Ops MCP

🎬 Senaryolar

Artık tüm uygulamaları değil, sadece ihtiyacınız olanı kurabilirsiniz:

  • Web Uygulaması - Sadece web arayüzünü çalıştırın (Port: 3000)

  • API Uygulaması - Sadece backend API'yi çalıştırın (Port: 3001)

  • Ana Uygulama - Sadece ana uygulamayı çalıştırın (Port: 3002)

  • Dokümantasyon - Sadece dokümantasyon sitesini çalıştırın (Port: 3003)

  • Email Paketi - Sadece email servislerini çalıştırın (Port: 3004)

  • Tüm Uygulamalar - Hepsini birden çalıştırın

🛠️ Mevcut Tool'lar

1. setup-zopio-app

Zopio'da belirli bir uygulamayı senaryo bazlı kurar ve başlatır.

Parametreler:

  • appType (string, gerekli):

    • web: Web uygulaması (Port: 3000)

    • api: API uygulaması (Port: 3001)

    • app: Ana uygulama (Port: 3002)

    • docs: Dokümantasyon (Port: 3003)

    • email: Email paketi (Port: 3004)

    • all: Tüm uygulamalar

2. stop-zopio-app

Çalışan Zopio uygulamasını durdurur.

Parametreler:

  • appType (string, opsiyonel): Durdurulacak uygulama türü. Belirtilmezse tüm uygulamalar durdurulur.

3. check-zopio-status

Zopio kurulumunun ve çalışan uygulamaların durumunu kontrol eder.

🧪 Test Yöntemleri

1. Terminal CLI ile Test (Önerilen)

npm run cli

CLI başlatıldığında şu çıktıyı göreceksiniz:

📖 Komutlar:
  setup <app>   - Zopio uygulaması kur
                  app: web, api, app, docs, all
                  Örnek: setup web
  stop [app]    - Uygulamayı durdur (belirtilmezse tümü)
                  Örnek: stop web veya stop
  status        - Zopio durumunu kontrol et
  help          - Bu yardım mesajını göster
  exit          - Çıkış

Örnek Kullanım:

zopio> setup web        # Sadece web uygulamasını kur
zopio> setup api        # Sadece API uygulamasını kur
zopio> setup email      # Sadece email paketini kur
zopio> setup all        # Tüm uygulamaları kur
zopio> status           # Durumu kontrol et
zopio> stop email       # Email paketini durdur
zopio> stop             # Tüm uygulamaları durdur

2. MCP Inspector ile Test

npx @modelcontextprotocol/inspector npx ts-node src/server.ts

Web arayüzünde:

  1. "setup-zopio-app" tool'unu seçin

  2. appType parametresini seçin (web, api, app, docs, email, all)

  3. Seçilen uygulama masaüstünüze klonlanacak ve başlatılacak

3. Claude Desktop ile Kullanım

macOS/Linux: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "zopio": {
      "command": "npx",
      "args": [
        "ts-node",
        "/Users/KULLANICI_ADINIZ/Desktop/NEW MCP/src/server.ts"
      ]
    }
  }
}

Claude Desktop'ı yeniden başlatın ve şunu sorun:

"Ben Zopio'da web uygulaması kurmak istiyorum" "Zopio'da API uygulaması kur" "Zopio'nun tüm uygulamalarını kur"

4. Windsurf IDE ile Kullanım

macOS/Linux: ~/Library/Application Support/Windsurf/User/settings.json
Windows: %APPDATA%\Windsurf\User\settings.json

settings.json dosyasına ekleyin:

{
  "mcpServers": {
    "zopio": {
      "command": "npx",
      "args": [
        "ts-node",
        "/Users/KULLANICI_ADINIZ/Desktop/NEW MCP/src/server.ts"
      ]
    }
  }
}

Windsurf'ü yeniden başlatın. Cascade açıldığı anda Zopio MCP sunucusu otomatik olarak bağlanacak ve karşılama mesajını göreceksiniz:

╔════════════════════════════════════════════════════════════╗
║                                                            ║
║          🎉 ZOPIO MCP SERVER'A HOŞGELDİNİZ! 🎉           ║
║                                                            ║
╚════════════════════════════════════════════════════════════╝

👋 Merhaba! Zopio framework'ünü yönetmek için buradayım.

📋 KULLANILABILIR KOMUTLAR:
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

  1️⃣  ZOPIO'YU KUR
      ├─ Komut: "Zopio'yu kur" veya "setup zopio"
      ├─ Ne yapar: Zopio framework'ünü masaüstünüze klonlar
      ├─ Bağımlılıkları otomatik yükler (pnpm install)
      └─ Geliştirme sunucusunu başlatır (pnpm run dev)

  2️⃣  DURUM KONTROL ET
      ├─ Komut: "Zopio durumunu kontrol et" veya "status"
      ├─ Ne yapar: Kurulum durumunu gösterir
      └─ Sunucunun çalışıp çalışmadığını kontrol eder

  3️⃣  SUNUCUYU DURDUR
      ├─ Komut: "Zopio sunucusunu durdur" veya "stop zopio"
      └─ Ne yapar: Çalışan dev sunucusunu durdurur

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

🚀 HIZLI BAŞLANGIÇ:

   Zopio'yu ilk kez kuruyorsanız:
   → "Zopio'yu kur" yazın

   Zaten kurulu mu kontrol etmek için:
   → "Zopio durumunu kontrol et" yazın

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

📍 KURULUM DETAYLARI:
   • Konum: ~/Desktop/zopio
   • Repo: https://github.com/zopiolabs/zopio.git
   • Paket yöneticisi: pnpm
   • Dev server: http://localhost:3000 (genellikle)

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

💡 İPUCU: Doğrudan Türkçe komutlar verebilirsiniz!
   Örnek: "Zopio'yu masaüstüme kur ve başlat"

╔════════════════════════════════════════════════════════════╗
║  Hazırsanız, "Zopio'yu kur" diyerek başlayalım! 🚀        ║
╚════════════════════════════════════════════════════════════╝

Cascade'de Kullanım:

  • ✅ Cascade açıldığında yukarıdaki karşılama mesajı otomatik olarak görünür

  • ✅ Doğrudan Türkçe komutlar verebilirsiniz:

    • "Zopio'yu kur"

    • "Zopio durumunu kontrol et"

    • "Zopio sunucusunu durdur"

🎓 Yeni Başlayanlar İçin

"Ben yazılımla amatör olarak ilgileniyorum, söylediklerinden pek bir şey anlamadım beni yönlendirir misin?"

Windsurf'te Cascade'i açtığınızda, MCP otomatik olarak bağlanır ve size yardımcı olmaya hazır olur!

📚 Eğitim Promptları

MCP içinde kullanabileceğiniz eğitim promptları:

  1. zopio-yeni-baslayanlar - Zopio Framework'e giriş, temel kavramlar

  2. zopio-uygulama-aciklamalari - Her uygulamanın (WEB, API, MAIL vb.) ne işe yaradığı

  3. zopio-paket-aciklamalari - Packages içindeki entegrasyonların nasıl kullanılacağı

  4. zopio-pratik-senaryo - Email gönderme gibi gerçek senaryolarla öğrenme

💡 Nasıl Kullanılır?

Cascade'de doğrudan Türkçe sorular sorabilirsiniz:

"Ben yazılımla amatör olarak ilgileniyorum, bana yol gösterir misin?"
"Web uygulaması ne işe yarar?"
"Email nasıl gönderirim?"
"İletişim formu nasıl yaparım?"

📖 Detaylı Eğitim

Kapsamlı eğitim senaryosu için EGITIM_SENARYOSU.md dosyasına bakın. Bu dosyada:

  • ✅ Her uygulamanın detaylı açıklaması

  • ✅ Günlük hayattan örneklerle anlatım

  • ✅ Paketlerin nasıl kullanılacağı

  • ✅ Adım adım pratik senaryolar

  • ✅ Sık sorulan sorular ve cevapları

📋 Gereksinimler

  • Node.js 18+

  • Git

  • npm

🚀 Kurulum

# Bağımlılıkları yükle
pnpm install

# Sunucuyu test et
npx @modelcontextprotocol/inspector npx ts-node src/server.ts

📝 Kullanım Senaryoları

Senaryo 1: İlk Kurulum

Tool: setup-zopio
Parametre: shouldClone = true
Sonuç: Zopio masaüstüne klonlanır ve başlatılır

Senaryo 2: Mevcut Repo ile Çalışma

Tool: setup-zopio
Parametre: shouldClone = false
Sonuç: Masaüstündeki mevcut Zopio klasörü kullanılır

Senaryo 3: Sunucuyu Durdurma

Tool: stop-zopio
Sonuç: Çalışan geliştirme sunucusu durdurulur

🌍 Platform Desteği

Platform

Masaüstü Yolu

Durum

macOS

~/Desktop

✅ Test edildi

Linux

~/Desktop

✅ Destekleniyor

Windows 11

%USERPROFILE%\Desktop

✅ Destekleniyor

📄 Notlar

  • Zopio reposu her zaman masaüstüne klonlanır

  • Sunucu stdio üzerinden çalışır (MCP standardı)

  • MCP protokol versiyonu: 2024-11-05

  • TypeScript ile yazılmıştır

Available Tools

4 tools
check-zopio-statusA

Zopio kurulumunun ve çalışan uygulamaların durumunu kontrol eder.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A3.7/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the full burden of behavioral disclosure. It conveys a read-only status check, which implies no mutation, but it does not explicitly state side-effect freedom, return format, or error behavior. This is adequate but minimal.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single focused sentence with no filler. It front-loads the action and the object of the check, making it highly scannable.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a no-input, no-output-schema tool, the description gives the core purpose but omits what the caller should expect in the response, such as a status code, a report, or structured data. Without an output schema, this is a noticeable gap.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The tool has zero parameters and 100% schema description coverage, so there are no parameter details for the description to add. This meets the baseline for zero-parameter tools.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb ('kontrol eder' / checks) and a clear resource ('Zopio kurulumunun ve çalışan uygulamaların durumu' - the status of Zopio installation and running applications). This clearly distinguishes it from sibling tools that create, set up, or stop the app.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No usage guidance is provided. The description does not state when to prefer this tool over siblings, nor does it specify typical scenarios like verifying a setup before or after running setup/stop tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

create-complete-applicationA

⭐ ZOPIO FRAMEWORK İLE TAM OTOMATİK UYGULAMA ÜRETİCİSİ! ⭐

🚨 ZORUNLU KURALLAR: ✅ SADECE Zopio Framework kullanılacak ✅ SADECE TypeScript (.ts/.tsx) dosyaları oluşturulacak ❌ Manuel Next.js/React kurulumu YASAK ❌ JavaScript (.js/.jsx) dosyaları YASAK

📝 KULLANIM: Doğal dille proje isteğinizi yazın, Zopio ile TypeScript tabanlı tamamen çalışır uygulama alın.

💡 ÖRNEKLER: • 'Kuaför randevu uygulaması lazım' • 'Restoran sipariş sistemi istiyorum' • 'E-ticaret sitesi' • 'Blog uygulaması'

ParametersJSON Schema
NameRequiredDescriptionDefault
userRequestYesDoğal dille yazılmış proje isteği. HER TÜRLÜ UYGULAMA TALEBİ için bu tool'u kullan! Zopio framework ile TypeScript (.ts) dosyaları oluşturulacak. Örnek: 'Kuaför randevu sistemi', 'E-ticaret sitesi', 'Blog uygulaması', 'Restoran menü sistemi', 'Hastane randevu sistemi'

TDQS

A3.8/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full behavioral burden. It usefully discloses strict rules: only Zopio framework, only TypeScript files, no JavaScript, no manual Next.js/React setup. However, it does not mention prerequisites such as needing setup-zopio-app first, nor what a successful call returns or whether existing files might be affected.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is organized into clear sections: rules, usage, and examples. It front-loads the most important constraints and keeps the overall length reasonable, though some constraints are repeated and the exclamation-heavy style adds noise.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a one-parameter tool with no output schema, the description covers input, examples, and hard constraints fairly well. However, it does not explain the expected output/return of the creation process or the dependency on setup-zopio-app, which are relevant gaps for an agent invoking the tool safely.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The userRequest parameter is fully documented in the schema with description and examples, and the tool description repeats similar examples and constraints. The description adds no significant semantic detail beyond what the schema already provides, so the baseline score of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description immediately identifies the tool as a fully automatic application generator using the Zopio framework and TypeScript, with explicit constraints. This clearly distinguishes it from the sibling tools (setup, stop, check status) since its role is to create the application itself.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description and parameter schema clearly state that this tool should be used for any natural-language application request, with examples of typical requests. It does not explicitly name alternatives or exclusion cases, but the usage context is unambiguous for app generation.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

setup-zopio-appA

⚙️ ZOPIO KLASİK KURULUM - Sadece özel durumlar için! Normal uygulama talepleri için create-complete-application kullan. Bu tool sadece Zopio'nun belirli bileşenlerini ayrı ayrı başlatmak için kullanılır.

ParametersJSON Schema
NameRequiredDescriptionDefault
appTypeYesKurulacak uygulama türü: web (Web uygulaması), api (API), app (Ana uygulama), docs (Dokümantasyon), email (Email paketi), all (Tüm uygulamalar)

TDQS

A3.9/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of explaining behavior. It only says 'setup' and 'start components separately' but does not disclose what the setup actually does, whether it overwrites or creates resources, prerequisites, side effects, or whether it is long-running. This is a significant gap for a setup-type tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is compact: a warning, a routing instruction, and a purpose statement. It is front-loaded and every sentence earns its place without unnecessary filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a single-parameter tool with a fully documented enum, the description provides enough to decide when to use it. However, because there are no annotations and no output schema, the lack of behavioral context about what setup entails and what consequences it may have leaves the description incomplete for safe invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema fully documents the single appType parameter with an enum and descriptions, so the schema covers parameter semantics completely. The description adds no additional parameter-level detail, keeping this at the baseline of 3.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a clear purpose: setting up specific Zopio components individually ('Zopio'nun belirli bileşenlerini ayrı ayrı başlatmak'). It also explicitly distinguishes itself from create-complete-application, which is the normal path, so an agent can tell them apart.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives explicit usage conditions: 'Sadece özel durumlar için!' (only for special cases) and directly names the alternative for normal requests: 'Normal uygulama talepleri için create-complete-application kullan.' This leaves no ambiguity about when to select this tool.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

stop-zopio-appA

Çalışan Zopio uygulamasını durdurur. Belirli bir uygulama veya tüm uygulamalar.

ParametersJSON Schema
NameRequiredDescriptionDefault
appTypeNoDurdurulacak uygulama türü. Belirtilmezse tüm uygulamalar durdurulur.

TDQS

A3.8/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the behavioral disclosure burden. It states the core behavior (stopping a running Zopio app) and the all-or-specific scope, which is useful. However, it does not disclose side effects, reversibility, or impact on data/configuration, so the agent is left to infer those aspects.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two short sentences, front-loads the main verb and resource, and every sentence adds meaningful information. There is no filler or unnecessary detail.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple one-parameter tool with no output schema and no annotations, the description is largely complete: it tells the agent what action is performed, what targets are possible, and what happens if the optional parameter is omitted. It could add a note about verification or recovery steps, but the complexity is low enough that the description is sufficient for correct invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has 100% description coverage and already explains the appType enum and the default behavior when omitted. The tool description essentially restates this (specific or all applications) without adding additional semantic detail, so it meets the baseline but does not exceed it.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('durdurur') and the resource ('Zopio uygulamasını'), and distinguishes this from the sibling tools by specifying that it stops a running application rather than creating, setting up, or checking status. The scope (specific or all applications) is also explicit.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies the tool should be used when the user wants to stop a running Zopio application, and it gives a clear condition for the parameter (if not specified, all applications are stopped). However, it does not explicitly mention when not to use it or direct the agent to alternatives such as check-zopio-status or setup-zopio-app.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

TDQS

A3.9/5.0
Disambiguation4/5

Most tools are clearly distinct: create, stop, and status each have separate roles. There is some potential confusion between 'create-complete-application' and 'setup-zopio-app', but the descriptions explicitly direct normal usage to the former and limit the latter to special cases.

Naming Consistency5/5

All tool names follow a consistent hyphenated verb-object pattern: create-complete-application, setup-zopio-app, stop-zopio-app, check-zopio-status. The naming conventions are uniform and predictable, making tool selection straightforward.

Tool Count5/5

Four tools is a well-scoped count for a Zopio-focused server covering application creation, setup, stopping, and status checking. Each tool serves a meaningful part of the workflow without unnecessary redundancy.

Completeness3/5

The tool set covers creation, setup, stop, and status checking, but there is no obvious start/restart tool for resuming a stopped application, and no delete/remove operation. These are notable gaps for a complete lifecycle, though agents can work around them by creating new applications.

Maintenance

ActivityInactive
ResponsivenessSyncing

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • F
    license
    B
    quality
    D
    maintenance
    An MCP server that provides easy setup and configuration for multiple AI development environments including Claude Desktop, VS Code, and Windsurf. Offers automated installation scripts and manual configuration options for seamless integration across different MCP-compatible clients.
    1
    8
  • A
    license
    B
    quality
    D
    maintenance
    An MCP server for managing and operating Minecraft servers through multiple backend protocols including MCSManager API, RCON, and MSMP. It provides tools for instance lifecycle management, file operations, console commands, player administration, and server configuration with built-in security controls.
    71
    2
    MIT
  • A
    license
    B
    quality
    D
    maintenance
    A local MCP server for managing WHM and cPanel servers through AI clients, supporting server health, account, DNS, email, database, SSL, bandwidth, disk, cron, and service-management tools across multiple WHM accounts.
    31
    MIT

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/teczopio/new_mcp'

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