SQL MCP Server (TypeScript)
@MCP-Mirror
About SQL MCP Server (TypeScript)
Mirror of
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"t3ta_sql-mcp-server": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-postgres",
"postgresql://<user>:<pass>@localhost:5433/<dbname>"
]
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
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.
Frequently asked questions
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.
Basic information
More Databases MCP servers
Multi Database MCP Server
FreePeakA powerful multi-database server implementing the Model Context Protocol (MCP) to provide AI assistants with structured access to databases.
MCP Alchemy
runekaagaardA MCP (model context protocol) server that gives the LLM access to and knowledge about relational databases like SQLite, Postgresql, MySQL & MariaDB, Oracle, and MS-SQL.
mcp-server-qdrant: A Qdrant MCP server
qdrantAn official Qdrant Model Context Protocol (MCP) server implementation

Fund Momentum MCP Server
schneidavieFund Momentum MCP Server — VC intelligence for AI assistants. 1000+ active VC funds, live investor signals, AI-powered startup matching.

Sqlite
modelcontextprotocolModel Context Protocol Servers
Comments