tiger-docs-mcp-server
Verified Safeby timescale
Overview
An MCP server and Claude plugin providing AI assistants with advanced PostgreSQL knowledge through semantic documentation search and curated best practice skills.
Installation
No command providedSecurity Notes
The project serves as an MCP server, exposing tools with defined inputs. While any server has inherent network exposure, the described tools (semantic search, skill retrieval) appear to have constrained inputs, minimizing the risk of direct arbitrary code execution. Potential risks would be unhandled path traversal in 'view_skill' (if 'path' is not sanitized) or resource exhaustion from large search queries, but the 'limit' parameter helps mitigate the latter. Without full code review, it's assumed standard secure coding practices are followed for input validation and database interactions.
Similar Servers
db-mcp-server
Provides AI assistants with structured access to multiple database systems (MySQL, PostgreSQL, SQLite, TimescaleDB) through the Model Context Protocol (MCP).
MCP-PostgreSQL-Ops
The MCP server provides professional operations, monitoring, and management capabilities for PostgreSQL databases using natural language queries.
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.
dx-mcp-server
Empowers AI applications to interact with and query a user-provided Postgres database via the Model Context Protocol (MCP).