SQL and File MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@SQL and File MCPquery the users table for all active users"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
SQL and File MCP
An MCP (Model Context Protocol) server that gives LLM clients access to a SQL Server database and the local filesystem.
Setup
Install dependencies:
npm installCopy
.envand fill in your database credentials:cp .env.example .envVariable
Description
DB_USERSQL Server username
DB_PASSWORDSQL Server password
DB_SERVERHostname or IP of the SQL Server
DB_PORTPort (default:
1433)DB_NAMEDatabase name
Register the server in your MCP client config (e.g. Claude Desktop
claude_desktop_config.json):{ "mcpServers": { "mssql-server": { "command": "node", "args": ["/absolute/path/to/server.js"] } } }
Tools
Database
Tool | Description |
| Run a |
File system
Tool | Description |
| Read a text file and return its contents. |
| Write (or append) text to a file. Creates the file if it doesn't exist. |
| Delete a file. |
| Copy a file from source to destination. |
| Move or rename a file or directory. |
| Get metadata for a file or directory (size, created, modified, accessed). |
| List the contents of a directory. Supports recursive listing. |
| Create a directory and any missing parent directories. |
| Delete a directory. Pass |
Images
Tool | Description |
| Read a local image file and return it as base64. Supports |
| Load two images side-by-side for visual comparison. Each source can be a local file path or an |
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/illusionist-2/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server