Lobsterdb
БесплатноНе проверенEnables provisioning and managing PostgreSQL databases, running SQL queries, and evolving schemas with tracked migrations, with automatic account creation and n
Описание
Enables provisioning and managing PostgreSQL databases, running SQL queries, and evolving schemas with tracked migrations, with automatic account creation and no configuration needed.
README
MCP server for LobsterDB — managed PostgreSQL for AI agents. Provision databases, run SQL, evolve schemas with tracked migrations. No API keys, no human signup, no configuration.
Quick Start
Add to your MCP config (.mcp.json, claude_desktop_config.json, .cursor/mcp.json, etc.):
{
"mcpServers": {
"lobsterdb": {
"command": "npx",
"args": ["-y", "@lobsterkit/[email protected]"]
}
}
}
On first use, an account is created automatically and your token is saved to ~/.lobsterdb/token.
Tools
| Tool | Description |
|---|---|
create_database |
Provision a new Postgres database |
list_databases |
List all databases on the account |
get_database |
Get details and connection string for a database |
delete_database |
Permanently delete a database |
query |
Run parameterized SQL — SELECT, INSERT, UPDATE, DELETE. Supports multi-statement SQL (only the last statement's result is returned; intermediate results are discarded). |
introspect_schema |
Get table/column schema optimized for LLM context |
migrate |
Apply tracked, idempotent DDL migrations |
list_migrations |
Show schema change history |
snapshot |
Create a v2 DDL-aware point-in-time backup (Builder+) |
get_account |
View tier, limits, and usage |
Environment Variables
| Variable | Description |
|---|---|
LOBSTERDB_API_KEY |
API key (skips auto-signup and file persistence) |
LOBSTERDB_API_URL |
Custom API base URL (default: https://api.theclawdepot.com/db) |
Links
- Website: theclawdepot.com/db
- SDK: @lobsterkit/db
- API docs: api.theclawdepot.com/db/docs
LobsterKit Ecosystem
This MCP server is part of the LobsterKit multi-product ecosystem. Accounts can be linked across LobsterVault, LobsterDB, and LobsterMail using a linkToken at signup, enabling a single Stripe customer and an automatic multi-product discount (see pricing).
License
MIT
Установить Lobsterdb в Claude Desktop, Claude Code, Cursor
unyly install lobsterdbСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add lobsterdb -- npx -y @lobsterkit/db-mcpFAQ
Lobsterdb MCP бесплатный?
Да, Lobsterdb MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Lobsterdb?
Нет, Lobsterdb работает без API-ключей и переменных окружения.
Lobsterdb — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Lobsterdb в Claude Desktop, Claude Code или Cursor?
Открой Lobsterdb на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
wenb1n-dev/SmartDB_MCP
A universal database MCP server supporting simultaneous connections to multiple databases. It provides tools for database operations, health analysis, SQL optim
автор: wenb1n-devPostgres Server
This server enables interaction with PostgreSQL databases through the Model Context Protocol, optimized for the AWS Bedrock AgentCore Runtime. It provides tools
автор: madhurprashPostgres
Query your database in natural language
автор: AnthropicPostgreSQL
Read-only database access with schema inspection.
автор: modelcontextprotocolCompare Lobsterdb with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории data
