Skip to main content
Glama

MCP SQL Server

by ryudg
tsconfig.json1.12 kB
{ "compilerOptions": { "target": "ES2022", "module": "ESNext", "moduleResolution": "node", "allowSyntheticDefaultImports": true, "esModuleInterop": true, "allowJs": true, "strict": true, "noImplicitAny": true, "strictNullChecks": true, "strictFunctionTypes": true, "noImplicitReturns": true, "noImplicitThis": true, "noUnusedLocals": false, "noUnusedParameters": false, "exactOptionalPropertyTypes": false, "declaration": true, "declarationMap": true, "sourceMap": true, "outDir": "./build", "rootDir": "./src", "resolveJsonModule": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "lib": ["ES2022", "DOM"], "baseUrl": ".", "paths": { "@/*": ["src/*"], "@tests/*": ["tests/*"] }, "experimentalDecorators": true, "emitDecoratorMetadata": true, "removeComments": true, "isolatedModules": true }, "include": ["src/**/*.ts"], "exclude": ["node_modules", "build", "tests"], "ts-node": { "esm": true, "experimentalSpecifierResolution": "node" } }

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

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