Skip to content

salog0d/DataMCPTools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Tools MCP Server

A set of MCP tools for working with AWS Athena, S3, and SQL databases.
Provides a unified interface to run queries, manage schemas, and move data across cloud services.


Objective

The objective of this repository is to expose data tools through an MCP server, making it easier to:

  • Query AWS Athena securely
  • Manage tables, schemas, and exports
  • Interact with Amazon S3 (upload, download, share, list, delete)
  • Run SQL procedures and perform bulk inserts

Installation

Clone the repo:

git clone https://github.com/<your-org-or-user>/data-mcp-toolkit.git
cd data-mcp-toolkit

Install requirements:

pip install -r requirements.txt

Usage

Start the MCP server:

python server.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages