GUIDE
@FarukNetworks
About GUIDE
MCP server for MSSQL
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
More Databases MCP servers
Snowflake MCP Server
isaacwassermanMeilisearch MCP Server
meilisearchA Model Context Protocol (MCP) server for interacting with Meilisearch through LLM interfaces.
MCP MongoDB Server
kiliczshA Model Context Protocol Server for MongoDB
Neon MCP Server
neondatabaseMCP server for interacting with Neon Management API and databases
mcp-server-qdrant: A Qdrant MCP server
qdrantAn official Qdrant Model Context Protocol (MCP) server implementation
Comments