mcp-database-server

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

15
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