GUIDE
@FarukNetworks
关于 GUIDE
MCP server for MSSQL
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is GUIDE?
GUIDE is an MCP server that connects AI agents in editors like Cursor to Microsoft SQL Server databases using environment‑variable configuration and the uv command runner.
How to use GUIDE?
Create a Python 3.10 virtual environment, activate it, and add MSSQL connection details to a .env file. Then configure .cursor/mcp.json with the uv command, the server’s directory, and the required environment variables. In Cursor, switch to AGENT mode and prompt it to check the connection.
Key features of GUIDE
- Connects to MSSQL databases via environment variables.
- Integrates with Cursor editor as an MCP tool.
- Uses
uvto run the server from a local directory. - Requires Python 3.10 virtual environment.
Use cases of GUIDE
- Letting Cursor’s AI agent query or inspect MSSQL databases.
- Providing a secure, configurable database bridge for MCP‑enabled editors.
FAQ from GUIDE
What runtime does GUIDE require?
Python 3.10 in a virtual environment with the uv package manager installed.
How do I configure the database connection?
Set MSSQL_SERVER, MSSQL_USER, MSSQL_PASSWORD, MSSQL_DATABASE, and MSSQL_PORT either in a .env file or directly in the mcp.json env object.
Can I verify the connection before using the server?
Yes. After configuring .cursor/mcp.json, prompt the Cursor agent with “Use MSSQL MCP server to check connection”.
Which editors does GUIDE support?
The README only documents integration with Cursor via .cursor/mcp.json.
数据库 分类下的更多 MCP 服务器
Multi Database MCP Server
FreePeakA powerful multi-database server implementing the Model Context Protocol (MCP) to provide AI assistants with structured access to databases.
MongoDB MCP Server
mongodb-jsA Model Context Protocol server to connect to MongoDB databases and MongoDB Atlas Clusters.
Elasticsearch/OpenSearch MCP Server
cr7258A Model Context Protocol (MCP) server implementation that provides Elasticsearch and OpenSearch interaction.
Postgres Mcp
crystaldbaPostgres MCP Pro provides configurable read/write access and performance analysis for you and your AI agents.
MotherDuck's DuckDB MCP Server
motherduckdbLocal MCP server for DuckDB and MotherDuck
评论