
Mssql Mcp Server
@stilllovee
About Mssql Mcp Server
MCP server enables AI agents to interact with MSSQL.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mssql": {
"command": "npx",
"args": [
"github:stilllovee/mssql-mcp-server"
],
"env": {
"DB_SERVER": "servername",
"DB_DATABASE": "dbname",
"DB_USER": "username",
"DB_PASSWORD": "password",
"DB_TRUST_SERVER_CERTIFICATE": "true",
"DB_ENCRYPT": "true"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Mssql Mcp Server?
Mssql Mcp Server is an implementation of the Model Context Protocol (MCP) that enables AI agents to interact with MSSQL databases.
How to use Mssql Mcp Server?
Run it using the command npx github:stilllovee/mssql-mcp-server in your terminal.
Key features of Mssql Mcp Server
- Execute SQL queries.
- Structured JSON responses.
Use cases of Mssql Mcp Server
—
FAQ from Mssql Mcp Server
—
More Databases MCP servers
Sail MCP Server for Spark SQL
lakehqDrop-in Apache Spark replacement written in Rust, unifying batch processing, stream processing, and compute-intensive AI workloads.

PostgreSQL
modelcontextprotocolModel Context Protocol Servers
Dbhub
bytebaseZero-dependency, token-efficient database MCP server for Postgres, MySQL, SQL Server, MariaDB, SQLite.
ClickHouse MCP Server
ClickHouseConnect ClickHouse to your AI assistants.
Database Gateway
centralmindUniversal MCP-Server for your Databases optimized for LLMs and AI-Agents.
Comments