Skip to main content
Glama

MSSQL MCP Server

by c0h1b4
#!/bin/bash # Exit on error set -e echo "Building MSSQL MCP Server..." # Install dependencies if needed if [ ! -d "node_modules" ]; then echo "Installing dependencies..." npm install fi # Run TypeScript compiler echo "Compiling TypeScript..." npm run build # Make the build output executable chmod +x build/index.js echo "Build completed successfully!"

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/c0h1b4/mssql-mcp-server'

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