https://github.com/RichardHan/mssql_mcp_server
A Model Context Protocol (MCP) server for Microsoft SQL Server that enables secure database interactions through a controlled interface. Allows AI assistants to safely list tables, read data, and execute SQL queries while maintaining security and structure.
https://github.com/RichardHan/mssql_mcp_server
Last synced: 3 days ago
JSON representation
A Model Context Protocol (MCP) server for Microsoft SQL Server that enables secure database interactions through a controlled interface. Allows AI assistants to safely list tables, read data, and execute SQL queries while maintaining security and structure.
- Host: GitHub
- URL: https://github.com/RichardHan/mssql_mcp_server
- Owner: RichardHan
- License: mit
- Created: 2025-01-05T14:37:51.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-01-07T15:11:02.000Z (5 months ago)
- Last Synced: 2025-04-16T18:48:46.980Z (2 months ago)
- Language: Python
- Size: 26.4 KB
- Stars: 59
- Watchers: 3
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
- mcp-index - Microsoft SQL Server MCP Server - Enables secure interaction with Microsoft SQL Server databases, allowing users to list tables, read data, and execute SQL queries through a controlled interface. Provides structured access for database exploration and analysis. (APIs and HTTP Requests)