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.
数据库 分类下的更多 MCP 服务器

PostgreSQL
modelcontextprotocolModel Context Protocol Servers
Elasticsearch MCP Server
elasticSnowflake MCP Server
isaacwassermanNeon MCP Server
neondatabase-labsMCP server for interacting with Neon Management API and databases
Dbhub
bytebaseZero-dependency, token-efficient database MCP server for Postgres, MySQL, SQL Server, MariaDB, SQLite.
评论