Skip to main content
Glama

Redash MCP Server

by suthio
package.json936 B
{ "name": "@suthio/redash-mcp", "version": "0.0.4", "description": "MCP server for Redash integration", "type": "module", "bin": { "redash-mcp": "./dist/cli.js" }, "main": "./dist/index.js", "files": [ "dist" ], "scripts": { "build": "npx tsc && chmod +x dist/index.js dist/cli.js", "start": "node dist/cli.js", "dev": "ts-node src/index.ts", "test": "jest --passWithNoTests", "prepublishOnly": "npm run build" }, "keywords": [ "redash", "mcp", "ai", "claude" ], "author": "", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.1.0", "axios": "^1.6.2", "dotenv": "^16.3.1", "zod": "^3.22.4" }, "devDependencies": { "@types/jest": "^29.5.8", "@types/node": "^20.9.0", "jest": "^29.7.0", "ts-jest": "^29.1.1", "ts-node": "^10.9.1", "typescript": "^5.2.2" }, "engines": { "node": ">=18" } }

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

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