Skip to main content
Glama

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

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

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

Related MCP Servers

  • -
    security
    F
    license
    -
    quality
    A Model Context Protocol server built with mcp-framework that allows users to create and manage custom tools for processing data, integrating with the Claude Desktop via CLI.
    Last updated -
    22
    5
    • Apple
  • A
    security
    A
    license
    A
    quality
    An MCP server that enables MySQL database integration with Claude. You can execute SQL queries and manage database connections.
    Last updated -
    2
    8
    MIT License
    • Apple
  • A
    security
    F
    license
    A
    quality
    An MCP server that integrates with Claude Desktop for managing personal journal entries, providing both a web viewer for browsing journals and tools for adding, searching, and analyzing journal content.
    Last updated -
    6
    9
    1
  • -
    security
    F
    license
    -
    quality
    A high-speed MCP server that enables AI assistants like Claude to interact with local filesystems, manage Git repositories, and provide interactive experiences through a standardized JSON-based protocol.
    Last updated -
    5
    • Apple

View all related MCP servers

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