Skip to main content
Glama
lobster-kit

lobsterdb

Official
by lobster-kit

@lobsterkit/db-mcp

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/db-mcp@0.1.0"]
    }
  }
}

On first use, an account is created automatically and your token is saved to ~/.lobsterdb/token.

Related MCP server: PostgreSQL MCP

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)

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

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/lobster-kit/mcp-server-lobsterdb'

If you have feedback or need assistance with the MCP directory API, please join our Discord server