Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
58 changes: 34 additions & 24 deletions mcp_servers.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"generated_at": "2025-11-06T02:56:10.348Z",
"generated_at": "2025-11-06T03:10:21.734Z",
"k": 4,
"leaderboard": {
"github": {
Expand Down Expand Up @@ -139,6 +139,39 @@
}
},
"postgres": {
"crystaldba": {
"total_tasks": 21,
"total_agent_execution_time": 18038.192,
"total_input_tokens": 40548423,
"total_output_tokens": 857805,
"total_tokens": 41406228,
"total_turns": 2181,
"avg_agent_execution_time": 214.7404,
"avg_input_tokens": 482719.3214,
"avg_output_tokens": 10211.9643,
"avg_total_tokens": 492931.2857,
"avg_turns": 25.9643,
"per_run_input_tokens": 10137105.75,
"per_run_output_tokens": 214451.25,
"per_run_cost": null,
"actual_model_name": "claude-sonnet-4-5-20250929",
"pass@1": {
"avg": 0.4881,
"std": 0.0395
},
"pass@4": 0.5714,
"pass^4": 0.381,
"metadata": {
"author": {
"name": "Crystal DBA",
"url": "https://www.crystaldba.ai/"
},
"avatar": "https://avatars.githubusercontent.com/u/156604495?v=4",
"description": "Postgres MCP Pro provides configurable read/write access and performance analysis for you and your AI agents.",
"homepage": "https://github.com/crystaldba/postgres-mcp",
"name": "Postgres MCP Pro"
}
},
"insforge": {
"total_tasks": 21,
"total_agent_execution_time": 12615.4419,
Expand Down Expand Up @@ -172,29 +205,6 @@
"name": "InsForge"
}
},
"official": {
"total_tasks": 21,
"total_agent_execution_time": 18038.192,
"total_input_tokens": 40548423,
"total_output_tokens": 857805,
"total_tokens": 41406228,
"total_turns": 2181,
"avg_agent_execution_time": 214.7404,
"avg_input_tokens": 482719.3214,
"avg_output_tokens": 10211.9643,
"avg_total_tokens": 492931.2857,
"avg_turns": 25.9643,
"per_run_input_tokens": 10137105.75,
"per_run_output_tokens": 214451.25,
"per_run_cost": null,
"actual_model_name": "claude-sonnet-4-5-20250929",
"pass@1": {
"avg": 0.4881,
"std": 0.0395
},
"pass@4": 0.5714,
"pass^4": 0.381
},
"supabase": {
"total_tasks": 21,
"total_agent_execution_time": 20093.3935,
Expand Down
10 changes: 10 additions & 0 deletions mcp_servers/postgres/crystaldba/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"author": {
"name": "Crystal DBA",
"url": "https://www.crystaldba.ai/"
},
"avatar": "https://avatars.githubusercontent.com/u/156604495?v=4",
"description": "Postgres MCP Pro provides configurable read/write access and performance analysis for you and your AI agents.",
"homepage": "https://github.com/crystaldba/postgres-mcp",
"name": "Postgres MCP Pro"
}
Loading