Developer Tools

Performance Analysis MCP Server

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

Optimize queries, analyze indexes, and find bottlenecks. Understand query performance, identify slow queries, analyze index usage, and maintain database performance.

9 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 Performance Analysis — workflow patterns, data models, and gotchas for your AI agent.

PostgreSQL — Performance

Capture execution plans, hunt historically slow statements, review index usage, maintain table statistics, spot missing indexes, and inspect blocking locks when latency spikes.

Tools in this Server (9)

Postgres Analyze Indexes

Full index analysis tool. Without table parameter: finds unused/rarely-used indexes across database for optimization. With table parameter: detailed u...

Postgres Analyze Table

Run ANALYZE on a table to update query planner statistics. Returns updated statistics after analysis. Essential for maintaining query performance.

Postgres Check Missing Indexes

Identify potential missing indexes by analyzing foreign keys and columns frequently used in WHERE clauses. Suggests CREATE INDEX statements for optimi...

Postgres Explain Query

Analyze query performance with EXPLAIN ANALYZE. Returns execution plan with actual timing, rows processed, and performance bottlenecks. Essential for ...

Postgres Find Slow Queries

Find slow queries from pg_stat_statements extension. Requires pg_stat_statements extension to be enabled. Returns queries sorted by total execution ti...

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 Lock Info

Show current database locks and identify blocking queries. Helps diagnose performance issues and deadlocks. Shows which queries are waiting for locks ...

Postgres Get Table Stats

Get detailed table statistics: size on disk, index sizes, row count, last vacuum/analyze time, and dead tuple ratio. Essential for capacity planning a...

Postgres Vacuum Analyze

Analyze tables and suggest VACUUM and ANALYZE operations based on dead tuple ratio and last analyze time. Helps maintain database performance and recl...

Frequently Asked Questions

What is the Performance Analysis MCP server?

Optimize queries, analyze indexes, and find bottlenecks. Understand query performance, identify slow queries, analyze index usage, and maintain database performance. It provides 9 tools that AI agents can use through the Model Context Protocol (MCP).

How do I connect Performance Analysis 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-performance. Authentication is handled automatically.

How many tools does Performance Analysis provide?

Performance Analysis provides 9 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 Performance Analysis require?

Performance Analysis uses API Key. PostgreSQL requires credentials. Connect via MCPBundles and authentication is handled automatically.

Setup Instructions

Connect Performance Analysis to any MCP client in minutes

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

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 Performance Analysis?

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

Performance Analysis MCP Server & Skill — 9 Tools