MCP Server
Active
MIT
io.github.AINative-Studio/ainative-postgres-mcp MCP Server
io.github.AINative-Studio/ainative-postgres-mcp
What is the io.github.AINative-Studio/ainative-postgres-mcp MCP server?
Zero-config Postgres MCP with auto-provisioning — drop-in for server-postgres.
How to install io.github.AINative-Studio/ainative-postgres-mcp
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": {
"ainative-postgres-mcp": {
"command": "npx",
"args": [
"-y",
"ainative-postgres-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"ainative-postgres-mcp": {
"command": "npx",
"args": [
"-y",
"ainative-postgres-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"ainative-postgres-mcp": {
"command": "npx",
"args": [
"-y",
"ainative-postgres-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"ainative-postgres-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ainative-postgres-mcp"
]
}
}
}Claude Code
claude mcp add ainative-postgres-mcp -- npx -y ainative-postgres-mcpRelated MCP servers
ZeroDB agent-memory MCP — 18 tools: memory + write-back to Slack, Gmail, Calendar, GitHub.
1
View repository →JavaScript
MIT
AI-powered browser automation MCP — 6 tools for web interaction, extraction, and validation.
0
View repository →JavaScript
MIT
Full Google Ads, Analytics & Tag Manager lifecycle MCP for AI agents — 57 tools.
0
View repository →TypeScript
MIT
Cloud-persistent, semantic-search memory MCP — drop-in for server-memory, backed by ZeroDB.
0
View repository →JavaScript
MIT
Persistent cross-session memory for OpenCode and MCP coding agents, powered by ZeroDB.
0
View repository →JavaScript
MIT
PRD Generator MCP — generate, validate, and manage Product Requirement Documents.
0
View repository →JavaScript
MIT