Developer Tools

Development & Operations MCP Server

Connect your account, then chat with AI to run tools.

Execute SQL, manage schema, and perform DDL/DML operations safely. Create tables, alter schemas, backup/restore data, and execute transactions with preview capabilities.

10 tools
Agent guide included
Start Chatting

Opens MCPBundles Studio with this server selected. After sign-in, chat and run tools from the same thread.

Browse all tools

AI Skill
SKILL.md

Domain knowledge for Development & Operations — workflow patterns, data models, and gotchas for your AI agent.

PostgreSQL — Development & Operations

Run arbitrary SQL, evolve schemas, snapshot tables for backup/restore drills, fire multi-statement batches, and rehearse rollbacks before applying risky updates.

Tools in this Server (10)

Postgres Alter Table

Perform safe ALTER TABLE operations including adding/dropping columns, changing types, renaming columns, and adding constraints.

Postgres Backup Table

Create a backup copy of a table including structure and optionally data. Useful before making destructive changes.

Postgres Batch Execute

Execute multiple SQL statements in a single transaction. All statements succeed or all fail (atomicity). Useful for bulk operations.

Postgres Create Table

Create a new table with specified columns and constraints. Generates CREATE TABLE statement from schema definition.

Postgres Execute

Execute SQL statements on PostgreSQL database. Supports all SQL operations including SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, ALTER. Use with cau...

Postgres Get Ai Description

Get compact, token-efficient database schema description optimized for AI text-to-SQL. Returns tables with columns, types, relationships, and sample v...

Postgres Get Table Dependencies

Find all database objects that depend on a table: views, materialized views, triggers, and functions. Critical before dropping or altering tables.

Postgres Inspect Schema

Inspect PostgreSQL schema or table in detail. Get detailed information about tables, columns, relationships, indexes, and constraints.

Postgres Restore Table

Restore table from backup created by postgres_backup_table. Can optionally drop existing table first.

Postgres Rollback Preview

Preview which rows would be affected by a DELETE or UPDATE statement without actually executing it. Shows sample rows that would be changed or deleted...

Frequently Asked Questions

What is the Development & Operations MCP server?

Execute SQL, manage schema, and perform DDL/DML operations safely. Create tables, alter schemas, backup/restore data, and execute transactions with preview capabilities. It provides 10 tools that AI agents can use through the Model Context Protocol (MCP).

How do I connect Development & Operations to my AI agent?

Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/postgres-devops. Authentication is handled automatically.

How many tools does Development & Operations provide?

Development & Operations provides 10 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.

What authentication does Development & Operations require?

Development & Operations uses API Key. PostgreSQL requires credentials. Connect via MCPBundles and authentication is handled automatically.

Setup Instructions

Connect Development & Operations to any MCP client in minutes

https://mcp.mcpbundles.com/bundle/postgres-devops

What is MCP?

Model Context Protocol lets AI tools call external capabilities securely through a single URL. This bundle groups tools behind an MCP endpoint that many clients can use.

Use this bundle in 3 steps

  1. Copy the MCP URL above
  2. Open your AI tool and add a new MCP/connector
  3. Paste the URL and follow any auth prompts

Claude Desktop Users

Skip the manual setup! Use the .mcpb file format for one-click installation. Check the Claude Desktop tab for setup instructions.

Pick your tool tab for exact steps

Select ChatGPT, Cursor, Claude Code, or another tab for copy-paste config.

Ready to use Development & Operations?

Sign in to connect your credentials and start running tools from the chat.

Development & Operations MCP Server & Skill — 10 Tools