
Microblame
by larskarbo
Connect pg_stat_statements with observability data to identify and trace slow database queries.
What it does
Microblame helps developers identify slow database queries by pairing data from PostgreSQL's pg_stat_statements with external observability data. It allows you to see not just that a query is slow, but exactly where in your application it is coming from.
Tools
The server provides tools to query PostgreSQL statistics and correlate them with trace data, allowing the AI to pinpoint performance bottlenecks in the database layer.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"microblame": {
"command": "docker",
"args": ["compose", "up"]
}
}
}
Note: Requires PG_MAIN_DATABASE_URI and PG_READ_DATABASE_URI in your environment and the pg_stat_statements extension installed in your database.
Supported hosts
- claude
Quick install
docker compose upInformation
- Pricing
- free
- Published
- 6/4/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
Ensure pg_stat_statements extension is installed. Run `docker compose up` after configuring database URIs in .env.






