Skip to content

feat: add PostgreSQL MCP server definition - #11

Closed
its-mash wants to merge 2 commits into
mainfrom
claude/add-postgresql-mcp-nYwV7
Closed

feat: add PostgreSQL MCP server definition#11
its-mash wants to merge 2 commits into
mainfrom
claude/add-postgresql-mcp-nYwV7

Conversation

@its-mash

Copy link
Copy Markdown
Member

Add PostgreSQL local stdio server via npx @modelcontextprotocol/server-postgres. Read-only access to PostgreSQL databases with schema inspection and SQL queries.

https://claude.ai/code/session_013AxurW8hPAfnUNvik354Xx

New Server Definition

Server Name:
Server ID:
Transport: stdio / http
Repository:

Checklist

  • JSON file placed in servers/ directory
  • File name matches server ID (e.g., com.example.server.json)
  • Schema validates (npm run validate servers/your-file.json)
  • No ID/alias conflicts (npm run check-conflicts)
  • Required fields: id, name, transport
  • Description provided
  • At least one category assigned
  • Publisher information included
  • Repository link provided

Add PostgreSQL local stdio server via npx @modelcontextprotocol/server-postgres.
Read-only access to PostgreSQL databases with schema inspection and SQL queries.

https://claude.ai/code/session_013AxurW8hPAfnUNvik354Xx
@its-mash

Copy link
Copy Markdown
Member Author

Closing: branch contains batch changes beyond PostgreSQL. Will re-create with just the PostgreSQL definition.

@its-mash its-mash closed this Feb 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants