simple-mcp-mssql

CdTgr/simple-mcp-mssql

3.3

If you are the rightful owner of simple-mcp-mssql and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Simple MCP Server for MSSQL is a command-line tool designed to facilitate secure and efficient connections to Microsoft SQL Server databases using the Model Context Protocol (MCP).

Tools
  1. MCP Inspector

    A tool for inspecting and debugging MCP server connections.

🧩 Simple MCP Server for MSSQL

A lightweight command-line tool for connecting to and querying Microsoft SQL Server (MSSQL) using the Model Context Protocol (MCP).

Use this tool to bridge your AI or context-aware systems with MSSQL databases quickly and securely.

🙌 Contributions are welcome!


🚀 Installation

Install globally via npm:

npm i -g simple-mcp-mssql

🛠️ Usage & Debugging

To inspect and debug your MCP server connection, use the official MCP Inspector:

npx @modelcontextprotocol/inspector simple-mcp-mssql \
  --password '<your-password>' \
  -d '<default-database>'

📘 Available Options

You can view all CLI options by running:

simple-mcp-mssql --help
OptionAliasTypeRequiredDescriptionDefault
--host-hstringNoDatabase host addresslocalhost
--port-pnumberNoDatabase port1433
--user-ustringNoUsername for authenticationsa
--password-PstringYesPassword for the database user(none)
--database-dstringYesDefault database to connect to(none)

💬 Feedback & Contributions

If you encounter issues, have suggestions, or want to contribute, feel free to open an issue or pull request.

📄 License

© 2025 GhosT