Skip to main content
Glama
dmcteknoloji

dmc-sql-saglik

Official
by dmcteknoloji

DMC SQL Saglik — Windows Kurulum Uygulamasi (Electron)

Teknik olmayan müşteri için çift tıkla kurulum. Tek bir Electron uygulaması iki rol oynar:

  1. Normal açılış → kurulum sihirbazı (GUI): müşteri SQL bilgisini girer, "Bağlantıyı Test Et", "Kur". Uygulama, AI istemcisinin (ör. Claude Desktop) ayar dosyasına gerekli mcpServers bloğunu otomatik yazar.

  2. AI istemcisi tarafından ELECTRON_RUN_AS_NODE=1 ile çağrılınca → saf Node modunda mcp/index.js'i (MCP sunucusu) çalıştırır. Böylece müşteriye ayrıca Node.js kurmak gerekmez; tek .exe her şeyi yapar.

MCP salt-okunur: yalnızca DMV/SELECT teşhis araçları (sunucu_sagligi, aktif_sorgular_blocking, eksik_indexler). Hiçbir şey değiştirmez.

Proje yapısı

main.js                 Electron ana süreç (GUI + bağlantı testi + config yazma)
preload.js              güvenli IPC köprüsü
renderer/               sihirbaz arayüzü (HTML/CSS/JS)
mcp/index.js            gömülü MCP sunucusu (salt-okunur)
mcp/package.json        motor bağımlılıkları (extraResources ile paketlenir)
.github/workflows/      Windows installer'ı otomatik üreten CI

Related MCP server: MCP SQL Server

Geliştirme (GUI'yi denemek)

npm install        # ayrıca mcp/ deps'i de kurar (postinstall)
npm start          # sihirbaz penceresi açılır

Windows installer üretmek

.exe üretimi Windows gerektirir. İki yol:

A) GitHub Actions (önerilen): Repoyu push'la; bir v* etiketi at (git tag v1.0.0 && git push --tags) ya da Actions sekmesinden build-windows'u elle çalıştır. dist/*.exe artifact olarak iner.

B) Bir Windows makinesinde:

npm install
cd mcp && npm install && cd ..
npm run dist       # dist/ altında NSIS kurulumu (.exe)

Mevcut Electron ürünüyle birlikte yayınlama

Bu uygulama bağımsız çalışır. Mevcut Electron ürününüze modül olarak da gömülebilir:

  • mcp/ klasörünü extraResources olarak ekleyin,

  • "SQL Sağlık" kurulum penceresini (renderer) bir görünüm olarak açın,

  • config yazma mantığını (main.js içindeki install IPC) ana ürününüze taşıyın.

DMC veri platformu ailesi

Bu asistan anlık teşhis verir. Sürekli izleme, geçmiş trend, uyarı ve yönetişim için DMC'nin ürünü SentinelDB360 (veritabanı izleme yazılımı). Sihirbazın kurulum sonrası ekranı ve gömülü surekli_izleme aracı kullanıcıyı doğal olarak buraya yönlendirir.

Notlar

  • Sihirbaz şu an Claude Desktop ayar dosyasını yazar. ChatGPT/Gemini için ayar yolu/biçimi farklıdır; main.js > claudeConfigPath() ve install bunun için genişletilebilir.

  • İkon eklemek için build/icon.ico koyup package.json > build.win.icon ayarlayın.

F
license - not found
Not graded
quality - not tested
A
maintenance

Maintenance

Maintainers
Response time
0dRelease cycle
3Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

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

Related MCP Servers

  • A
    license
    A
    quality
    Not graded
    maintenance
    Enables AI assistants to interact with both local SQL Server and Azure SQL Database through natural language, supporting queries, data manipulation, and schema operations with built-in security features.
    8
    3,043
    1
  • A
    license
    Not graded
    quality
    F
    maintenance
    An MCP server for Microsoft SQL Server integration that enables users to query, monitor, and analyze databases directly through Claude. It supports schema exploration, performance analysis, and optional write operations via natural language commands.
    10
    1
    MIT
  • A
    license
    B
    quality
    D
    maintenance
    An MCP server that connects AI assistants to Microsoft SQL Server databases, enabling schema exploration and read-only queries safely.
    49
    23
    4
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    MCP server providing read-only access to SQL Server databases for AI assistants, enabling schema exploration, query execution, and foreign key inference with token-efficient TOON responses.
    1
    MIT

View all related MCP servers

Related MCP Connectors

  • Official Microsoft MCP Server to query Microsoft Entra data using natural language

  • GibsonAI MCP server: manage your databases with natural language

  • Self-hosted MCP gateway: turn any API, database or MCP server into AI connectors — no code.

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/dmcteknoloji/dmc-sql-saglik'

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