Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
aws-athena-mcp
by
lishenxydlgzs
Verified
npm
GitHub
Cloud Platforms
Databases
Search
TypeScript
MIT License
5
2
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
aws-athena-mcp
.github
src
DEVELOPMENT.md
Dockerfile
.gitattributes
.gitignore
LICENSE
.npmignore
package.json
package-lock.json
README.md
smithery.yaml
tsconfig.json
{ "name": "@lishenxydlgzs/aws-athena-mcp", "version": "1.0.0", "description": "Model Context Protocol (MCP) server for running AWS Athena queries", "type": "module", "main": "build/index.js", "types": "build/index.d.ts", "bin": { "aws-athena-mcp": "build/index.js" }, "files": [ "build", "README.md", "LICENSE" ], "scripts": { "build": "tsc && chmod +x build/index.js", "start": "node build/index.js", "dev": "tsc -w", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "aws", "athena", "modelcontextprotocol", "llm", "ai" ], "author": "Shen Li", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/lishenxydlgzs/aws-athena-mcp" }, "engines": { "node": ">=16" }, "dependencies": { "@aws-sdk/client-athena": "^3.0.0", "@aws-sdk/credential-provider-node": "^3.0.0", "@modelcontextprotocol/sdk": "^1.6.0" }, "devDependencies": { "@types/node": "^20.0.0", "typescript": "^5.0.0" } }