Back to Home
jhonny028966 icon

pg-aiguide

Verified Safe

by jhonny028966

Overview

An MCP server and Claude plugin designed to enhance AI coding tools by providing specialized PostgreSQL and TimescaleDB documentation, semantic search capabilities, and curated best practice skills.

Installation

Run Command
bun src/index.ts http

Environment Variables

  • OPENAI_API_KEY
  • PGHOST
  • PGPORT
  • PGUSER
  • PGPASSWORD
  • PGDATABASE
  • DB_SCHEMA
  • ENABLE_KEYWORD_SEARCH
  • DISABLE_MCP_SKILLS
  • NODE_ENV

Security Notes

The server employs standard security practices such as loading sensitive database credentials and API keys from environment variables, preventing hardcoding. SQL queries are parameterized to mitigate SQL injection risks. There is no usage of 'eval' or other obfuscation techniques. Network interactions are primarily with a PostgreSQL database and OpenAI for embedding generation, which are standard for its functionality. Overall, the codebase appears robust regarding common web application security concerns.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens75
Stars0
Forks0
Last Update2026-01-19

Tags

PostgreSQLTimescaleDBDocumentationAIRAGSemantic SearchCoding Agents