Skip to main content
Glama

MariaDB Reader MCP Server

by moosin76
package.json660 B
{ "name": "mcp_server_mariadb_reader", "version": "0.1.0", "description": "MCP server mariadb reader ", "private": true, "type": "module", "bin": { "mcp_server_mariadb_reader": "./build/index.js" }, "files": [ "build" ], "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "prepare": "npm run build", "watch": "tsc --watch", "inspector": "npx @modelcontextprotocol/inspector build/index.js" }, "dependencies": { "@modelcontextprotocol/sdk": "0.6.0", "mysql2": "^3.14.0" }, "devDependencies": { "@types/node": "^20.11.24", "typescript": "^5.3.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/moosin76/mcp_server_mariadb_reader'

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