
Mssql Mcp Server
@stilllovee
关于 Mssql Mcp Server
MCP server enables AI agents to interact with MSSQL.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"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"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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
—
数据库 分类下的更多 MCP 服务器
Dbhub
bytebaseZero-dependency, token-efficient database MCP server for Postgres, MySQL, SQL Server, MariaDB, SQLite.
MongoDB MCP Server
mongodb-jsA Model Context Protocol server to connect to MongoDB databases and MongoDB Atlas Clusters.
MCP Alchemy
runekaagaardA MCP (model context protocol) server that gives the LLM access to and knowledge about relational databases like SQLite, Postgresql, MySQL & MariaDB, Oracle, and MS-SQL.
Multi Database MCP Server
FreePeakA powerful multi-database server implementing the Model Context Protocol (MCP) to provide AI assistants with structured access to databases.
Postgres Mcp
crystaldbaPostgres MCP Pro provides configurable read/write access and performance analysis for you and your AI agents.
评论