|
|
|
|
|
by leonidasv
453 days ago
|
|
I had a similar experience with the read-only Postgres MCP. Just asked Claude "how can I optimise the performance of my database?" and boom, it checked missing indexes, most used tables, work_mem, etc and gave personalized suggestions that made sense. It even used data provided by the `pg_stat_statements` extension automatically. As simple as MCP conceptually can be, nothing like that was this simple and efficient before MCPs. It's a truly game-changer. |
|
Disclaimer: I’ve worked on this project.