MCP Server
MCP
io.github.marcelo-ochoa/postgres
MCP server for interacting with PostgreSQL databases
Install
npx -y @marcelo-ochoa/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@marcelo-ochoa/server-postgres",
"version": "1.0.8",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"description": "PostgreSQL connection string",
"type": "positional",
"valueHint": "connectionString"
}
],
"environmentVariables": [
{
"description": "PostgreSQL user",
"format": "string",
"name": "POSTGRES_USER"
},
{
"description": "PostgreSQL password",
"format": "string",
"isSecret": true,
"name": "POSTGRES_PASSWORD"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment