pg-aiguide icon indicating copy to clipboard operation
pg-aiguide copied to clipboard

MCP server and Claude plugin for Postgres skills and documentation. Helps AI coding tools generate better PostgreSQL code.

Results 11 pg-aiguide issues
Sort by recently updated
recently updated
newest added

Can you please add instructions for Roo Code? https://github.com/RooCodeInc/Roo-Code Thanks

When integrating the pg-ai guide plugin with Claude Code, the system attempts to create a folder named mcp-logs-plugin:pg:pg-aiguide, which causes Claude Code to terminate. Please remove the colon (:) from...

## Summary - add a Windows PowerShell “Run locally” section to `DEVELOPMENT.md` - include step-by-step commands for env setup, Docker TimescaleDB, build, ingest, and running stdio/http + inspector - add...

PR adds a migration for enabling `pg_textsearch` extension and adding the necessary index to `timescale_chunks.content`. This is necessary to get the keyword tool search to function.

When scrapping documentation pages from the web, we should make sure that any links are converted to fully qualified version of themselves (e.g. going from something like: ```markdown [migrate your...

https://opencode.ai/docs/mcp-servers/

## Security Fix This PR addresses a **CRITICAL** severity vulnerability detected by our security scanner. ### Security Impact Assessment | Aspect | Rating | Rationale | |--------|--------|-----------| | Impact |...

## Summary This PR adds comprehensive PostGIS documentation support to pg-aiguide, enabling AI coding assistants to provide better guidance for spatial database operations. ### New Features - **PostGIS Documentation Scraper**...

## Summary - Add PostGIS skill imported from [gitea.osgeo.org/postgis/postgis](https://gitea.osgeo.org/postgis/postgis/src/branch/master/doc/SKILL.md), trimmed to PostGIS-specific content - Add `upstream-skills.json` to track upstream sources with author attribution - Add check script (`npm run check:upstream-skills`)...

## Summary - Add **pgvector-semantic-search** skill: comprehensive guide for pgvector setup, HNSW indexes, quantization strategies, filtering, and troubleshooting - Add **hybrid-text-search** skill: combining pg_textsearch (BM25) with pgvector using RRF fusion,...