fireproof-storage/mcp-database-server
Fireproof ledger database with multi-user sync
Quick Start
Clone the repository:
git clone https://github.com/fireproof-storage/mcp-database-serverClaude Desktop configuration example:
{
"mcpServers": {
"mcp-database-server": {
"command": "npx",
"args": [
"-y",
"fireproof-storage/mcp-database-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.