MCP Directory
Back

mcp-fireproof-todos

by jimpick · JavaScript · ★ 6

Experimenting with ModelContextProtocol and Fireproof

Install

npx -y github:jimpick/mcp-fireproof-todos

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-fireproof-todos": {
      "command": "npx",
      "args": [
        "-y",
        "github:jimpick/mcp-fireproof-todos"
      ]
    }
  }
}

From the README

This is a simple example of how to use a [Fireproof](https://fireproof.storage/) database in a [Model Context Protocol](https://github.com/modelcontextprotocol) server (used for plugging code and data into A.I. systems such as [Claude Desktop](https://claude.ai/download)). This demo server implements a simple "To Do List", using the same fields as in the demo on the [Fireproof Homepage Codepen](https://codepen.io/jchrisa/pen/bGOGvBz). Once installed, this MCP server exposes a "todos" service. If you are using Claude Desktop, you can interact with it via the chatbot to create "To Do List" ite…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related databases servers