drio
Open app

Model Context Protocol and Fireproof Demo: JSON Document Server

Source

Mirror of

Catalog onlyCatalog onlySTDIO

Overview

The Model Context Protocol and Fireproof Demo is a JSON document server that allows users to interact with a Fireproof database, enabling integration with AI systems like Claude Desktop.

To use the server, install the necessary dependencies, configure the server settings in the Claude Desktop configuration file, and run the server to perform CRUD operations on JSON documents.

  • Basic JSON document store with CRUD operations (Create, Read, Update, Delete) - Ability to query documents sorted by any field - Integration with Claude Desktop for AI applications - Debugging tools available through MCP Inspector
  1. Storing and managing JSON documents for AI applications.
  2. Integrating with Claude Desktop for enhanced AI functionalities.
  3. Debugging and inspecting server operations using MCP Inspector.

Add to your AI client

Use these steps to connect Model Context Protocol and Fireproof Demo: JSON Document Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "fireproof-storage-mcp-database-server-mcp-mirror": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-fireproof-storage-mcp-database-server-mcp-mirror"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "fireproof-storage-mcp-database-server-mcp-mirror": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-fireproof-storage-mcp-database-server-mcp-mirror"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "fireproof-storage-mcp-database-server-mcp-mirror": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-fireproof-storage-mcp-database-server-mcp-mirror"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "fireproof-storage-mcp-database-server-mcp-mirror": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-fireproof-storage-mcp-database-server-mcp-mirror"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "fireproof-storage-mcp-database-server-mcp-mirror": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-fireproof-storage-mcp-database-server-mcp-mirror"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "fireproof-storage-mcp-database-server-mcp-mirror": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-fireproof-storage-mcp-database-server-mcp-mirror"
      ]
    }
  }
}

FAQ

What is the purpose of this server?

The server is designed to facilitate the use of Fireproof databases in AI systems, allowing for efficient data management and retrieval.

Is there a graphical interface for managing documents?

No, the server operates through command line and configuration files, but debugging tools are available for monitoring operations.

Can I use this server with other AI systems?

While it is primarily designed for Claude Desktop, it may be adaptable for other systems with similar requirements.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":654,"uuid":"1b78b71f-d4a5-4195-adaf-90a8b7851a30","name":"fireproof-storage_mcp-database-server","title":"Model Context Protocol and Fireproof Demo: JSON Document Server","description":"Mirror of","avatar_url":"https://avatars.githubusercontent.com/u/192820360?v=4","created_at":"$D2024-12-30T03:25:24.035Z","updated_at":"$D2025-02-23T07:16:02.465Z","status":"created","author_name":"MCP-Mirror","author_avatar_url":"https://avatars.githubusercontent.com/u/192820360?v=4","tags":"fireproof,mcp,database,json,document-server","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/MCP-Mirror/fireproof-storage_mcp-database-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":null,"user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]