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.
Server Config
{
"mcpServers": {
"querysharp": {
"command": "npx",
"args": [
"querysharp-mcp",
"--api-key",
"YOUR_API_KEY"
]
}
}
}