Pgtuner_Mcp
Rank #6,905io.github.isdaniel/pgtuner_mcp
MCP server providing pgtuner_mcp capabilities
Pgtuner_Mcp is a Model Context Protocol (MCP) server published by isdaniel. It ranks #6,905 of 115,591 servers tracked on MCP Toplist, and its repository has 27 GitHub stars. Pgtuner_Mcp is listed across 3 registries — Official MCP, Smithery and Glama, with 2 tracked versions. It was first listed on Nov 25, 2025 and most recently updated on Dec 13, 2025.
Ranks ahead of 108,686 of 115,591 servers on MCP Toplist.
Use Pgtuner_Mcp
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add pgtuner-mcp -- uvx pgtuner-mcp[mcp_servers.pgtuner-mcp]
command = "uvx"
args = ["pgtuner-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"pgtuner-mcp": {
"command": "uvx",
"args": [
"pgtuner-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"pgtuner-mcp": {
"command": "uvx",
"args": [
"pgtuner-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"pgtuner-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"pgtuner-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"pgtuner-mcp": {
"command": "uvx",
"args": [
"pgtuner-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"pgtuner-mcp": {
"command": "uvx",
"args": [
"pgtuner-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.isdaniel%2Fpgtuner_mcp)<a href="https://mcptoplist.com/server/io.github.isdaniel%2Fpgtuner_mcp"><img src="https://mcptoplist.com/badge/io.github.isdaniel%2Fpgtuner_mcp.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (2 delisted)
isdaniel
Other servers by isdaniel
- Mcp_Weather_Server#8,453 · 2 vers
- MySQL-Performance-Tuner-Mcp#27,076 · 2 vers
- Metal Price MCP Server#69,337
- mcp-server-python-template#71,135
- PgTuner#80,612
- mcp-gsuite#99,179
Available versions (2)
| Version | Published |
|---|---|
| 0.5.2 | Dec 13, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Pgtuner_Mcp?
- Pgtuner_Mcp is maintained by isdaniel, which publishes 7 MCP servers (6 total versions) tracked on MCP Toplist.
- Is Pgtuner_Mcp listed on the Official MCP Registry?
- Yes — Pgtuner_Mcp is listed on the Official MCP Registry, alongside Smithery and Glama.
- How many versions does Pgtuner_Mcp have?
- MCP Toplist tracks 2 versions of Pgtuner_Mcp, most recently published on Dec 13, 2025.
- Where can I find the source code for Pgtuner_Mcp?
- The source code for Pgtuner_Mcp is hosted at github.com/isdaniel/pgtuner_mcp.