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.
Latest Blog Posts
- 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