Skip to main content
Glama

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

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

Deploy Server
-
security - not tested
F
license - not found
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

A JSON-based database MCP server with JWT authentication that enables user management, project tracking, department analysis, meeting management, and equipment tracking. Integrates with Claude Desktop to provide secure CRUD operations and analytics through natural language commands.

  1. Özellikler
    1. Kurulum
      1. Claude Desktop Entegrasyonu
        1. Kullanım
          1. Giriş Yapma
          2. Kullanıcıları Listeleme
          3. Maaş Analizi
          4. Yeni Görev Ekleme
        2. Varsayılan Kullanıcılar
          1. Güvenlik
            1. Yapı
              1. Lisans

                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 -
                  30
                  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
                  7
                  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
                  5
                  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