postgsail-mcp-server
Verified Safeby xbgmsharp
Overview
Provides AI agents with read-only access to marine vessel data from PostgSail, enabling them to search logs, moorages, and monitor vessel systems for daily briefings and historical analysis.
Installation
node dist/index.jsEnvironment Variables
- POSTGSAIL_URL
- POSTGSAIL_TOKEN
- POSTGSAIL_USER
- POSTGSAIL_PASS
- POSTGSAIL_VERBOSE
- POSTGSAIL_DEBUG
Security Notes
The server handles sensitive PostgSail authentication tokens, which are properly configured via environment variables and marked as sensitive in the manifest, reducing direct exposure risks. It operates over STDIO, which is generally more secure than exposing network ports. No usage of 'eval' or obvious obfuscation was found. The primary external dependency for data is the PostgSail API itself, and security largely depends on the integrity and configuration of that upstream service and the provided POSTGSAIL_URL. Input validation is present in tool schemas.
Similar Servers
MCP-PostgreSQL-Ops
The MCP server provides professional operations, monitoring, and management capabilities for PostgreSQL databases using natural language queries.
signoz-mcp-server
Integrates SigNoz observability data, including metrics, traces, logs, alerts, and dashboards, with AI assistants and LLMs for natural language querying and management.
enhanced-postgres-mcp-server
This server acts as a Model Context Protocol interface for PostgreSQL, enabling LLMs to query data, modify records, and manage database schema objects with read and write capabilities.
signalk-mcp-server
Provides AI agents with efficient, token-optimized access to SignalK marine data through secure V8 isolate code execution.