Spotdb
БесплатноНе проверенEphemeral data sandbox for AI workflows with guardrails and security
Описание
Ephemeral data sandbox for AI workflows with guardrails and security
README
Lightweight data sandbox for AI workflows and data exploration, enabled with guardrails and security to keep your data safe.
This project provides a lightweight, ephemeral data sandbox designed for large language models (LLMs) and agentic workflows. By providing a secure, isolated environment, it allows AI agents and scripts to analyze data without direct access to production databases. This setup prevents accidental data modification, ensures data privacy, and enforces guardrails for safe data exploration.
Features
- 🏖️ Ephemeral Data Sandbox: Create temporary databases for AI workflows and data exploration.
- 📸 Snapshot: Capture and store data snapshots, recover point-in-time data states or continue from a previous state.
- 🧠 MCP API: Access data through a Model Context Protocol for seamless integration with AI models and agentic workflows.
- ⚙️ REST API: Access data through a RESTful API for integration with traditional systems and workflows.
- 🚂 Guardrails: Enforce rules and constraints to ensure data safety and privacy.
- 🛡️ Security: Protect data from unauthorized access and modification.
Quick Start
- Tap the repository and install the package:
brew tap aliengiraffe/spaceship && \\
brew install spotdb
- Start the server:
spotdb
- Upload a CSV file:
curl -X POST \
http://localhost:8080/api/v1/upload \
-F "table_name=mytable" \
-F "has_header=true" \
-F "[email protected]"
- Query the data:
curl -X POST \
http://localhost:8080/api/v1/query \
-H "Content-Type: application/json" \
-d '{"query": "SELECT * FROM mytable LIMIT 10"}'
- Setup Claude Code
You must have the
claudecommand installed.
Then, you can add the spotdb mcp:
claude mcp add spotdb -s user -- npx -y mcp-remote http://localhost:8081/stream
Use Explorer UI
Open the Explorer UI in your browser and upload files and query the data:
open http://localhost:8080/explorer
Full Documentation
Установка Spotdb
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/aliengiraffe/spotdbFAQ
Spotdb MCP бесплатный?
Да, Spotdb MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Spotdb?
Нет, Spotdb работает без API-ключей и переменных окружения.
Spotdb — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Spotdb в Claude Desktop, Claude Code или Cursor?
Открой Spotdb на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Spotdb with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
