MCP Server
PostgreSQL performance Tuner MCP Server MCP Server
io.github.isdaniel/pgtuner_mcp
What is the PostgreSQL performance Tuner MCP Server MCP server?
provides AI-powered PostgreSQL performance tuning capabilities.
How to install PostgreSQL performance Tuner MCP Server
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"pgtuner_mcp": {
"command": "uvx",
"args": [
"pgtuner-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"pgtuner_mcp": {
"command": "uvx",
"args": [
"pgtuner-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"pgtuner_mcp": {
"command": "uvx",
"args": [
"pgtuner-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"pgtuner_mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"pgtuner-mcp"
]
}
}
}Claude Code
claude mcp add pgtuner_mcp -- uvx pgtuner-mcpRelated MCP servers
providing weather information, air quality data, and timezone utilities using the Open-Meteo API.
View repository →