Immutable ledger database with live synchronization
This is a simple example of how to use a Fireproof database in a Model Context Protocol server (used for plugging code and data into A.I. systems such as Claude Desktop).
This demo server implements a basic JSON document store with CRUD operations (Create, Read, Update, Delete) and the ability to query documents sorted by any field.
Install dependencies:
npm install
npm build
To use with Claude Desktop, add the server config:
On MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
On Windows: %APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"fireproof": {
"command": "/path/to/fireproof-mcp/build/index.js"
}
}
}
Since MCP servers communicate over stdio, debugging can be challenging. We recommend using the MCP Inspector, which is available as a package script:
npm run inspector
The Inspector will provide a URL to access debugging tools in your browser.
A MCP server that provides real-time cryptocurrency market data through CoinCap's public API without requiring authentication
Securely access BigQuery datasets with intelligent caching, schema tracking, and query analytics via Supabase integration.
A read-only MCP server for querying live Google Directory data using the CData JDBC Driver.
MCP server for SQLite files. Supports Datasette-compatible metadata!
A TypeScript and SQLite-based server enabling AI to remember personal data for personalized communication.
A collection of tools for managing the platform, addressing data quality and reading and writing to Teradata Database.
Allows Claude AI to interact directly with MySQL databases.
Interact with any Gremlin-compatible graph database using natural language, with support for schema discovery, complex queries, and data import/export.
Real-time PostgreSQL & Supabase database schema access for AI-IDEs via Model Context Protocol. Provides live database context through secure SSE connections with three powerful tools: get_schema, analyze_database, and check_schema_alignment.
Interact with Microsoft SQL Server (MSSQL) databases. List tables, read data, and execute SQL queries with controlled access.