SQL Server icon

SQL Server

1

Provides a secure Model Context Protocol service for SQL Server, enabling safe query execution, schema discovery, and routine management.

关于

mcp-sqlserver is a robust Model Context Protocol (MCP) service designed for secure interaction with SQL Server databases. It offers a comprehensive set of tools for executing SQL queries, retrieving database schemas (tables, functions, procedures), and managing routines, all while preventing destructive operations and SQL injection attacks through built-in validation. With features like connection pooling for high performance and full TypeScript support for type safety, it's an ideal solution for structured and secure database access within an MCP-driven architecture.

主要功能

  • High Performance with connection pooling
  • Comprehensive Schema Discovery for tables, functions, and procedures
  • 9 specialized tools for various database operations
  • Full TypeScript implementation with type safety
  • Secure Query Execution with SQL injection prevention
  • 1 GitHub stars

使用案例

  • Building secure applications that require controlled SQL Server access
  • Integrating SQL Server databases into AI agents or automated workflows via MCP
  • Providing a safe API layer for database schema introspection and query execution
Advertisement

Advertisement