Skip to main content
Glama

Redash MCP Server

by jasonsmithj
package.json1.54 kB
{ "name": "redash-mcp", "version": "1.0.0", "description": "Redash MCP Server with Docker support", "type": "module", "main": "dist/index.js", "bin": { "redash-mcp": "dist/index.js" }, "scripts": { "dev": "vite build --watch", "build": "tsc && vite build && node scripts/add-shebang.js", "test": "vitest", "test:ui": "vitest --ui", "test:coverage": "vitest --coverage", "lint": "eslint .", "lint:fix": "eslint . --fix", "format": "prettier --write \"src/**/*.ts\" \"tests/**/*.ts\" \"*.{js,json,md}\"", "format:check": "prettier --check \"src/**/*.ts\" \"tests/**/*.ts\" \"*.{js,json,md}\"", "typecheck": "tsc --noEmit", "ci": "pnpm run typecheck && pnpm run lint && pnpm run format:check && pnpm run test:coverage", "start": "node dist/index.js" }, "keywords": [ "mcp", "redash", "model-context-protocol", "docker" ], "author": "", "license": "MIT", "engines": { "node": ">=22.0.0", "pnpm": ">=9.0.0" }, "packageManager": "pnpm@9.14.4", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4" }, "devDependencies": { "@types/node": "^22.10.1", "@typescript-eslint/eslint-plugin": "^8.17.0", "@typescript-eslint/parser": "^8.17.0", "@vitest/coverage-v8": "^3.0.4", "@vitest/ui": "^3.0.4", "eslint": "^9.16.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.2.1", "prettier": "^3.4.2", "typescript": "^5.7.2", "vite": "^6.0.3", "vitest": "^3.0.4" } }

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