10 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.
概览
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.
服务器配置
{
"mcpServers": {
"querysharp": {
"command": "npx",
"args": [
"querysharp-mcp",
"--api-key",
"YOUR_API_KEY"
]
}
}
}