dbslice-ai-connector

dbslice/dbslice-ai-connector
★ 0 stars Python Browser/Web Updated today
Connect local data with remote dbsliceAI 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": {
    "dbslice-ai-connector": {
      "command": "uvx",
      "args": [
        "dbslice-ai-connector"
      ]
    }
  }
}

Or install with pip: pip install dbslice-ai-connector

README Excerpt

Make a dataset on your computer available in dbsliceAI. Learn more at the [dbsliceAI website](https://ai.dbslice.org/). The connector reads only the dataset directory you select and makes an outbound connection to dbsliceAI. You do not need to open an inbound port or run a public file server, and local file paths are not shared with dbsliceAI