MCP Server
Active
MIT
io.github.ofershap/postgres MCP Server
io.github.ofershap/postgres
What is the io.github.ofershap/postgres MCP server?
PostgreSQL MCP — query databases, inspect schemas, explain queries.
How to install io.github.ofershap/postgres
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": {
"postgres": {
"command": "npx",
"args": [
"-y",
"mcp-pg-server"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"postgres": {
"command": "npx",
"args": [
"-y",
"mcp-pg-server"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"postgres": {
"command": "npx",
"args": [
"-y",
"mcp-pg-server"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"postgres": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-pg-server"
]
}
}
}Claude Code
claude mcp add postgres -- npx -y mcp-pg-serverRelated MCP servers
MCP server + Chrome extension for AI browser control with real sessions.
48
View repository →JavaScript
MIT
Lint, measure, and sync AI context files across Cursor, Claude Code, Copilot.
8
View repository →TypeScript
MIT
Markdown MCP — search, extract sections, list headings, find code blocks.
5
View repository →TypeScript
MIT
Web scraping MCP — extract clean markdown, links, and metadata from any URL.
5
View repository →TypeScript
MIT
MCP server to manage Cloudflare Workers, KV, R2, Pages, DNS, and cache from your IDE
4
View repository →TypeScript
MIT
GitHub Actions MCP — view runs, read logs, re-run jobs, and manage CI/CD.
4
View repository →TypeScript
MIT