Skip to main content
Glama
yusuferenkt

MCP JSON Database Server

by yusuferenkt

MCP JSON Database Server

Claude Desktop ile entegre çalışan JSON tabanlı veritabanı MCP sunucusu.

Özellikler

  • Kimlik Doğrulama: JWT tabanlı güvenli giriş sistemi

  • Kullanıcı Yönetimi: CRUD işlemleri ve arama

  • Proje Yönetimi: Proje ve görev takibi

  • Departman Analizi: İstatistikler ve maaş analizi

  • Toplantı Yönetimi: Toplantı planlama ve takip

  • Ekipman Yönetimi: Cihaz atama ve takip

Related MCP server: mysqldb-mcp-server

Kurulum

  1. Bağımlılıkları yükleyin:

npm install
  1. Sunucuyu başlatın:

npm start

Veya geliştirme modunda:

npm run dev

Claude Desktop Entegrasyonu

  1. Claude Desktop'ın konfigürasyon dosyasını bulun:

    • Windows: %APPDATA%\Claude\claude_desktop_config.json

    • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json

    • Linux: ~/.config/Claude/claude_desktop_config.json

  2. Aşağıdaki konfigürasyonu ekleyin:

{
  "mcpServers": {
    "json-database": {
      "command": "node",
      "args": ["C:\\tam\\yol\\mcp-tone\\src\\index.js"],
      "env": {
        "NODE_ENV": "production"
      }
    }
  }
}
  1. Claude Desktop'ı yeniden başlatın.

Kullanım

Giriş Yapma

Claude, beni sisteme giriş yapmaya yardım et. Email: admin@company.com, Şifre: password123

Kullanıcıları Listeleme

Claude, tüm kullanıcıları listele

Maaş Analizi

Claude, şirket genelinde maaş analizi yap

Yeni Görev Ekleme

Claude, yeni bir görev ekle: "Frontend Geliştirme", açıklama: "React komponenti oluşturma"

Varsayılan Kullanıcılar

  • Admin: admin@company.com / password123

  • Manager: fatma@company.com / password123

  • Employee: ahmet@company.com / password123

Güvenlik

  • Şifreler bcrypt ile hash'lenir

  • JWT token'lar 24 saat geçerlidir

  • Varsayılan JWT secret'ı production'da değiştirin

Yapı

mcp-tone/
├── src/
│   ├── index.js          # Ana MCP server
│   ├── auth.js           # JWT ve şifreleme
│   └── database.js       # Veritabanı işlemleri
├── data/
│   └── database.json     # JSON veritabanı
├── package.json
└── README.md

Lisans

MIT

Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

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

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/yusuferenkt/mcp-database'

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