lobsterdb
OfficialProvides tools for provisioning, querying, and migrating PostgreSQL databases through the LobsterDB managed service.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@lobsterdbcreate a new database for my project"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@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 |
| Provision a new Postgres database |
| List all databases on the account |
| Get details and connection string for a database |
| Permanently delete a database |
| Run parameterized SQL — SELECT, INSERT, UPDATE, DELETE. Supports multi-statement SQL (only the last statement's result is returned; intermediate results are discarded). |
| Get table/column schema optimized for LLM context |
| Apply tracked, idempotent DDL migrations |
| Show schema change history |
| Create a v2 DDL-aware point-in-time backup (Builder+) |
| View tier, limits, and usage |
Environment Variables
Variable | Description |
| API key (skips auto-signup and file persistence) |
| Custom API base URL (default: |
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
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityBmaintenanceEnables secure, AI-driven PostgreSQL database administration, observability, and querying with support for extensions like PostGIS and pgvector, connection pooling, and advanced tool filtering.Last updated11311MIT
- Alicense-qualityCmaintenanceProvides AI-driven PostgreSQL database management with secure OAuth 2.1 authentication, enabling users to administer, monitor, and query databases with support for extensions like pgvector, PostGIS, and pg_cron.Last updated180
- Flicense-qualityDmaintenanceProvides tools for managing PostgreSQL databases through the Managed DB API, including project creation, table management, migrations, backups, and more.Last updated
- Flicense-qualityDmaintenanceEnables secure, direct access to PostgreSQL databases for queries, modifications, and schema exploration.Last updated
Related MCP Connectors
Query PostgreSQL databases in plain English — LLM-generated, safety-validated SQL.
Manage Supabase projects end to end across database, auth, storage, realtime, and migrations. Moni…
Comprehensive PostgreSQL documentation and best practices, including ecosystem tools
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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