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: db-oauth-mcp

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

Install Server
F
license - not found
B
quality
C
maintenance

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

  • F
    license
    -
    quality
    D
    maintenance
    A Model Context Protocol (MCP) server built with the mcp-framework for developing and managing custom tools. It provides a structured foundation for building and integrating modular components like data processors and API clients into Claude Desktop.
    7
  • A
    license
    A
    quality
    C
    maintenance
    A Node.js MCP server that enables Claude Desktop to securely run read-only SQL queries against MariaDB/MySQL and Microsoft SQL Server databases using OAuth 2.0 PKCE authentication. It provides short-lived, per-user credentials that never touch disk, allowing secure database access through natural language interactions.
    5
    MIT
  • F
    license
    B
    quality
    C
    maintenance
    A customer and product management MCP server using SQLite. It enables Claude Desktop users to manage client and product data through natural language interactions.
    9
    1
  • A
    license
    -
    quality
    C
    maintenance
    A local MCP server that connects Claude Desktop to a MongoDB database, enabling listing, finding, adding, and deleting users via natural language.
    27
    MIT

View all related MCP servers

Related MCP Connectors

  • GibsonAI MCP server: manage your databases with natural language

  • Butterbase MCP server — manage your backend: schemas, auth, functions, storage, RAG, deploys.

  • MCP server giving Claude AI access to 22+ NYC public-record databases for real estate due diligence

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

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