MCP Directory
ServersClientsBlog

xASO - App Store Optimization

AI-powered App Store Optimization platform for mobile apps

Go to xASO
MCP Directory

Model Context Protocol Directory

MKSF LTD
Suite 8805 5 Brayford Square
London, E1 0SG

MCP Directory

  • About
  • Blog
  • Documentation
  • Contact

Menu

  • Servers
  • Clients

© 2025 model-context-protocol.com

The Model Context Protocol (MCP) is an open standard for AI model communication.
Powered by Mert KoseogluSoftware Forge
  1. Home
  2. Servers
  3. mcp-database-server

mcp-database-server

GitHub

This repository provides a demo server showcasing how to integrate a Fireproof database with the Model Context Protocol for connecting code and data to AI systems like Claude Desktop, implementing

25
4

Model Context Protocol and Fireproof Demo: JSON Document Server

This is a demonstration of integrating a Fireproof database with a Model Context Protocol server. This integration enables connecting code and data to A.I. systems like Claude Desktop.

This demo provides a basic JSON document store server featuring CRUD (Create, Read, Update, Delete) operations. It also supports querying documents and sorting them based on any field.

Installation

To get started, install the necessary dependencies and build the project:

npm install
npm build

Running the Server

To integrate with Claude Desktop, configure the server by adding the following to the claude_desktop_config.json file:

{
  "mcpServers": {
    "fireproof": {
      "command": "/path/to/fireproof-mcp/build/index.js"
    }
  }
}

Debugging

Debugging MCP servers, which communicate via stdio, can be complex. The MCP Inspector is recommended and can be launched using:

npm run inspector

This command provides a URL for accessing debugging tools in your browser.

Repository

FI
fireproof-storage

fireproof-storage/mcp-database-server

Created

December 16, 2024

Updated

March 25, 2025

Language

JavaScript

Category

Database