SQL MCP Server (TypeScript)
@MCP-Mirror
SQL MCP Server (TypeScript) について
Mirror of
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"t3ta_sql-mcp-server": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-postgres",
"postgresql://<user>:<pass>@localhost:5433/<dbname>"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is SQL MCP Server (TypeScript)?
SQL MCP Server (TypeScript) is a TypeScript implementation of a Model Context Protocol (MCP) server that enables language models and other MCP-compatible clients to query PostgreSQL databases, with optional SSH bastion tunnel support for secure access to private RDS instances. It uses read-only transactions and STDIO-based communication, making it suitable for local, containerized, or AI-driven use cases.
How to use SQL MCP Server (TypeScript)?
Clone the repository, install dependencies with npm install, and build with npm run build. Run the server using npx -y @modelcontextprotocol/server-postgres postgresql://<user>:<pass>@localhost:5433/<dbname>, optionally configuring SSH bastion or direct connection via environment variables or a .env file.
Key features of SQL MCP Server (TypeScript)
- SSH bastion support for secure private RDS access
- PostgreSQL read-only query engine using the
pglibrary - STDIO-based MCP protocol transport
- Compatible with memory-bank-mcp-server
- Easily configurable via
.envor environment variables - Fully testable with Jest and mocks
Use cases of SQL MCP Server (TypeScript)
- Query PostgreSQL databases from AI assistants or MCP-compatible clients
- Securely access private RDS instances through SSH bastion tunnels
- Perform read-only database interactions to prevent accidental modifications
- Integrate with tools like Claude Desktop, Cursor IDE, and Supabase MCP
FAQ from SQL MCP Server (TypeScript)
What database engine does SQL MCP Server (TypeScript) support?
It supports PostgreSQL and uses the pg library to execute read-only queries.
Does it support SSH bastion tunnels?
Yes, it includes SSH bastion support for secure connections to private RDS instances.
What transport protocol does it use?
It uses STDIO-based MCP protocol transport for communication with clients.
What clients are compatible?
It has been tested with memory-bank-mcp-server, Claude Desktop (via STDIO), Cursor IDE, and Supabase MCP integration.
How do I configure credentials?
Credentials and connection options can be set via a .env file or directly as environment variables for PostgreSQL details and SSH bastion configuration.
「データベース」の他のコンテンツ

PostgreSQL
modelcontextprotocolModel Context Protocol Servers
Dbhub
bytebaseZero-dependency, token-efficient database MCP server for Postgres, MySQL, SQL Server, MariaDB, SQLite.
Meilisearch MCP Server
meilisearchA Model Context Protocol (MCP) server for interacting with Meilisearch through LLM interfaces.
Elasticsearch/OpenSearch MCP Server
cr7258A Model Context Protocol (MCP) server implementation that provides Elasticsearch and OpenSearch interaction.
Chroma MCP Server
chroma-coreA Model Context Protocol (MCP) server implementation that provides database capabilities for Chroma
コメント