Skip to main content
Glama

MCP Database Server

by shailesh5050
MIT License
  • Apple
  • Linux
package.json1.21 kB
{ "name": "database-server", "version": "1.1.0", "description": "MCP server for interacting with SQL Server, PostgreSQL, and MySQL databases by ExecuteAutomation", "license": "MIT", "author": "ExecuteAutomation, Ltd (https://executeautomation.com)", "homepage": "https://github.com/executeautomation/mcp-database-server", "bugs": "https://github.com/executeautomation/database-server/issues", "type": "module", "bin": { "ea-database-server": "dist/src/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsc && shx chmod +x dist/src/index.js", "prepare": "npm run build", "watch": "tsc --watch", "start": "node dist/src/index.js", "dev": "tsc && node dist/src/index.js", "example": "node examples/example.js", "clean": "rimraf dist" }, "dependencies": { "@modelcontextprotocol/sdk": "1.9.0", "mssql": "11.0.1", "mysql2": "^3.14.1", "pg": "^8.11.3" }, "devDependencies": { "@types/mssql": "^9.1.5", "@types/pg": "^8.11.13", "rimraf": "^5.0.5", "shx": "0.4.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/shailesh5050/mcp-database-server'

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