Skip to main content
Glama

mcp-odbc

package.json738 B
{ "name": "mcp-odbc-server", "version": "1.0.0", "description": "", "type": "module", "bin": { "mcp-odbc-server": "./src/main.ts" }, "files": [ "dist" ], "scripts": { "start": "tsx src/main.ts", "prepare": "npm run build", "build": "tsc -p tsconfig.json && mv dist/main.js dist/mcp-odbc-server.js && sh -c '[ -f .env ] || cp _env .env'", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "@modelcontextprotocol/sdk": "^1.9.0", "dotenv": "^16.4.7", "odbc": "^2.4.9", "tsx": "^4.19.3", "zod": "^3.24.2" }, "devDependencies": { "@types/node": "^22.14.0", "typescript": "^5.8.3" } }

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/OpenLinkSoftware/mcp-odbc-server'

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