kimmydb

gruberchris/kimmydb
★ 0 stars Rust Database Updated 3d ago
A leaderless JSON document database with change streams, vector search, and a built-in MCP server
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "kimmydb": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "kimmydb"
      ]
    }
  }
}

README Excerpt

A JSON document database in Rust, built around three things that are usually awkward to get together: - **Change streams on a single instance.** No replica set, no cluster, no ceremony. Start one container and subscribe to changes. - **Leaderless clustering.** No primary, no elections, no quorum. Nodes gossip

Tools (9)

DELETEGETKIMMY_CLUSTER_SECRETKIMMY_JWT_SECRETKIMMY_OIDC_ISSUERKIMMY_ROOT_PASSWORDKIMMY_SEEDSPOSTkimmyd
📊
Working with market or time-series data?
The Polymarket Historical Dataset — 18.5M+ price snapshots across 18,600+ prediction markets (CSV + SQLite). Built for backtesting & ML.
View dataset →