Skip to main content
Glama

SQL Server MCP

by cwilby
package.json835 B
{ "name": "mcp-node-mssql", "author": "Cameron Wilby", "description": "MCP Server for SQL Server using node-mssql", "repository": { "type": "git", "url": "git+https://github.com/cwilby/mcp-node-mssql.git" }, "keywords": [ "node-mssql", "mcp", "modelcontextprotocol" ], "license": "MIT", "version": "0.1.1", "type": "module", "main": "dist/index.js", "bin": { "mcp-server-node-mssql": "dist/index.js" }, "files": [ "dist" ], "devDependencies": { "@types/bun": "latest", "@types/mssql": "^9.1.7", "bun": "^1.2.5" }, "peerDependencies": { "typescript": "^5" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.6.1", "mssql": "^11.0.1", "zod": "^3.24.2" }, "scripts": { "test": "bun test", "ts": "tsc -b", "build": "bun build ./index.ts --outfile dist/index.js --target node" } }

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/cwilby/mcp-node-mssql'

If you have feedback or need assistance with the MCP directory API, please join our Discord server