4 months ago
A Model Context Protocol (MCP) server for Querysharp app, enabling AI assistants to help you analyze and optimize your PostgreSQL database performance directly from your code editor.
Overview
MCP server for Querysharp app, enabling AI assistants to help you analyze and optimize your PostgreSQL database performance directly from your code editor. In a sentence, Cursor can automatically add missing indexes and rewrite slow queries.
Server Config
{
"mcpServers": {
"querysharp": {
"command": "npx",
"args": [
"querysharp-mcp",
"--api-key",
"YOUR_API_KEY"
]
}
}
}