Skip to main content
Glama

Redash MCP Server

by jasonsmithj
tsconfig.json1.04 kB
{ "compilerOptions": { /* Language and Environment */ "target": "ES2022", "lib": ["ES2022"], "module": "ESNext", "moduleResolution": "bundler", /* Type Checking */ "strict": true, "noUncheckedIndexedAccess": true, "noUnusedLocals": true, "noUnusedParameters": true, "noFallthroughCasesInSwitch": true, "noImplicitReturns": true, "allowUnusedLabels": false, "allowUnreachableCode": false, "exactOptionalPropertyTypes": true, /* Emit */ "declaration": true, "declarationMap": true, "sourceMap": true, "outDir": "./dist", "removeComments": true, /* Interop Constraints */ "esModuleInterop": true, "allowSyntheticDefaultImports": true, "forceConsistentCasingInFileNames": true, "isolatedModules": true, /* Skip Lib Check */ "skipLibCheck": true, /* Resolution */ "resolveJsonModule": true, "types": ["node", "vitest/globals"] }, "include": ["src/**/*", "tests/**/*"], "exclude": ["node_modules", "dist"] }

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/jasonsmithj/redash-mcp'

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