ainative-postgres-mcp
Rank #42,416io.github.AINative-Studio/ainative-postgres-mcp
Zero-config Postgres MCP with auto-provisioning — drop-in for server-postgres.
ainative-postgres-mcp is a Model Context Protocol (MCP) server published by AINative-Studio. It ranks #42,416 of 115,591 servers tracked on MCP Toplist. ainative-postgres-mcp is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Jun 10, 2026 and most recently updated on Aug 1, 2026.
Ranks ahead of 73,175 of 115,591 servers on MCP Toplist.
Use ainative-postgres-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add ainative-postgres-mcp -- npx -y ainative-postgres-mcp[mcp_servers.ainative-postgres-mcp]
command = "npx"
args = ["-y", "ainative-postgres-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"ainative-postgres-mcp": {
"command": "npx",
"args": [
"-y",
"ainative-postgres-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"ainative-postgres-mcp": {
"command": "npx",
"args": [
"-y",
"ainative-postgres-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"ainative-postgres-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ainative-postgres-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"ainative-postgres-mcp": {
"command": "npx",
"args": [
"-y",
"ainative-postgres-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"ainative-postgres-mcp": {
"command": "npx",
"args": [
"-y",
"ainative-postgres-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.AINative-Studio%2Fainative-postgres-mcp)<a href="https://mcptoplist.com/server/io.github.AINative-Studio%2Fainative-postgres-mcp"><img src="https://mcptoplist.com/badge/io.github.AINative-Studio%2Fainative-postgres-mcp.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
AINative-Studio
Other servers by AINative-Studio
- AINative Strapi MCP Server#38,076 · 1 ver
- ainative-memory-mcp#42,415 · 1 ver
- ainative-opencode-memory-mcp#46,217 · 1 ver
- AINative PRD Generator MCP Server#57,583 · 1 ver
- @ainative/browser-mcp#65,821 · 1 ver
- @ainative/gtm-mcp#65,822 · 1 ver
- ZeroDB Agent Memory MCP Server#65,823 · 1 ver
- AINative ZeroDB MCP Server#77,522
Available versions (1)
| Version | Published |
|---|---|
| 1.0.1 | Aug 1, 2026 |
Frequently asked questions
- Who maintains ainative-postgres-mcp?
- ainative-postgres-mcp is maintained by AINative-Studio, which publishes 9 MCP servers (8 total versions) tracked on MCP Toplist.
- Is ainative-postgres-mcp listed on the Official MCP Registry?
- Yes — ainative-postgres-mcp is listed on the Official MCP Registry, alongside Glama.
- How many versions does ainative-postgres-mcp have?
- MCP Toplist tracks 1 version of ainative-postgres-mcp, most recently published on Aug 1, 2026.
- Where can I find the source code for ainative-postgres-mcp?
- The source code for ainative-postgres-mcp is hosted at github.com/AINative-Studio/ainative-postgres-mcp.