SQL Database Bridge
Provides a bridge to SQL databases (MSSQL, MySQL, PostgreSQL) for executing queries, exploring schem...
Identify Your Database Credentials
Gather the following information for your Microsoft SQL Server (MSSQL) database:- Host (DB_HOST): The address of your database server (e.g.,
localhostor123.45.67.89). - Port (DB_PORT): The port number for SQL Server, usually
1433. - Database Name (DB_DATABASE): The name of your target database.
- Username (DB_USER): The user account for accessing the database.
- Password (DB_PASSWORD): The password for the above user.
- Optional settings:
- DB_ENCRYPT: Set
"true"for encrypted connections if your server requires it, otherwise"false". - DB_TRUST_SERVER_CERTIFICATE:
"true"if you want to trust the SQL certificate (typically"true"for local/testing,"false"for production).
- DB_ENCRYPT: Set
- Host (DB_HOST): The address of your database server (e.g.,
Fill in the FastMCP Connection Interface
In the FastMCP connection interface, click the "Install Now" button for the SQL Server integration.Enter Your Database Configuration
In the fields provided, enter the following values:- DB_HOST: Your database server address (e.g.,
localhost) - DB_PORT: Your database server port (most often
1433) - DB_DATABASE: The name of your database
- DB_USER: Your database username
- DB_PASSWORD: Your database password
- DB_ENCRYPT: Set to
"false"(or"true"if required) - DB_TRUST_SERVER_CERTIFICATE: Set to
"true"(or"false"if required for certificate validation)
- DB_HOST: Your database server address (e.g.,
Optional Advanced Configurations
Additional options you may see in the interface:- NODE_ENV: Set this according to your environment (
development,production, etc.) - LOG_LEVEL: Set the desired log level (e.g.,
info,debug).
- NODE_ENV: Set this according to your environment (
Save and Test the Connection
After entering the above values, save your configuration and use any provided button to test the SQL connection to ensure your credentials are correct.Start Using the Integration
Once the connection test succeeds, your AI assistant will be able to interact with your SQL database. You can now use database features as described in the documentation.
Note: Never share your DB_PASSWORD or database credentials with unauthorized users. Use account permissions and SSL/TLS encryption whenever possible for secure connections.
Quick Start
Choose Connection Type for
Authentication Required
Please sign in to use FastMCP hosted connections
Configure Environment Variables for
Please provide values for the following environment variables:
started!
The MCP server should open in . If it doesn't open automatically, please check that you have the application installed.
Copy and run this command in your terminal:
Make sure Gemini CLI is installed:
Visit Gemini CLI documentation for installation instructions.
Make sure Claude Code is installed:
Visit Claude Code documentation for installation instructions.
Installation Steps:
Configuration
Installation Failed
More for Database
View All →Supabase MCP Server
Connect Supabase projects directly with AI assistants using the Model Context Protocol (MCP). This server standardizes communication between Large Language Models and Supabase, enabling AI to manage tables, query data, and interact with project features like edge functions, storage, and branching. Customize access with read-only or project-scoped modes and select specific tool groups to fit your needs. Integrated tools cover account management, documentation search, database operations, debugging, and more, empowering AI to assist with development, monitoring, and deployment tasks in your Supabase environment efficiently and securely.
ClickHouse
Unlock powerful analytics with the ClickHouse MCP Server—seamlessly run, explore, and manage SQL queries across ClickHouse clusters or with chDB’s embedded OLAP engine. This server offers easy database and table listing, safe query execution, and flexible access to data from files, URLs, or databases. Built-in health checks ensure reliability, while support for both ClickHouse and chDB enables robust data workflows for any project.
Postgres MCP Pro
Boost your Postgres database performance with Postgres MCP Pro, an AI-driven MCP server offering advanced index tuning, detailed explain plans, and comprehensive health checks. It combines proven optimization algorithms with schema intelligence for safe, context-aware SQL execution. Whether analyzing slow queries or recommending optimal indexes, Postgres MCP Pro empowers developers to improve efficiency and maintain database integrity. Designed for both development and production, it supports flexible transport options and robust access controls, making database management smarter, safer, and easier. Experience deterministic performance insights alongside AI assistance to keep your Postgres running at its best.
More for Monitoring
View All →Dual-Cycle Reasoner
Provides dual-cycle metacognitive reasoning framework that detects when autonomous agents get stuck in repetitive behaviors through statistical anomaly detection and semantic analysis, then automatically diagnoses failure causes and generates recovery strategies using case-based learning.