Skip to main content
Glama

SQL MCP Server

by t3ta
eslint.config.js727 B
import tseslint from "typescript-eslint"; import globals from "globals"; import eslint from "@eslint/js"; export default tseslint.config( { ignores: ["dist/**/*", "node_modules/**/*"], }, eslint.configs.recommended, ...tseslint.configs.recommended, { files: ["src/**/*.ts"], languageOptions: { globals: { ...globals.node, ...globals.es2021, }, sourceType: "module", }, rules: { "@typescript-eslint/no-explicit-any": "off", "@typescript-eslint/no-unused-vars": "warn", "no-prototype-builtins": "off", "no-undef": "off", "no-console": [ "error", { allow: ["warn", "error"], }, ], }, } );

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/t3ta/sql-mcp-server'

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