Skip to content

microsoft/postgres-skills

v0.1.2MIT

Expert PostgreSQL guidance and live database tools for Postgres anywhere

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

postgres-mcpstdio
{
  "type": "stdio",
  "command": "npx",
  "args": [
    "-y",
    "@microsoft/postgres-mcp@latest",
    "run",
    "--no-telemetry"
  ],
  "env": {
    "POSTGRES_MCP_QUERY_TIMEOUT_MS": "540000"
  }
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "postgres-skills",
  "description": "Expert PostgreSQL guidance and live database tools for Postgres anywhere",
  "version": "0.1.2",
  "author": {
    "name": "Microsoft",
    "url": "https://github.com/microsoft"
  },
  "homepage": "https://github.com/microsoft/postgres-skills",
  "repository": "https://github.com/microsoft/postgres-skills",
  "license": "MIT",
  "keywords": [
    "postgresql",
    "database",
    "azure",
    "pgvector",
    "rag",
    "apache-age",
    "graph"
  ]
}