glue-mcp
@atcol
About glue-mcp
A model context protocol (MCP) server to AWS Glue Data Catalog
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is glue-mcp?
glue-mcp is a Model Context Protocol (MCP) server that connects AI assistants to AWS Glue Data Catalog, enabling LLM-driven exploration of databases and tables in your Glue catalog. It is built in Rust and communicates over SSE transport.
How to use glue-mcp?
After building the binary, set your AWS credentials and start the server with ./glue-mcp, which listens on 127.0.0.1:8000. Configure an MCP host (e.g., mcphost) to connect to http://localhost:8000/sse using the sse transport.
Key features of glue-mcp
- MCP server interfacing with AWS Glue Data Catalog
- Provides three tools: list_databases and get_database_metadata
- Communicates via SSE transport on port 8000
- Written in Rust using Cargo
- Requires valid AWS credentials
Use cases of glue-mcp
- List all databases in an AWS Glue Data Catalog via natural language
- Retrieve metadata for specific Glue databases
- Identify which tables exist within each Glue database
FAQ from glue-mcp
What does glue-mcp do?
It is an MCP server that connects to AWS Glue Data Catalog, allowing AI assistants to query database and table metadata.
What are the dependencies and runtime requirements?
You need to have AWS credentials configured and be able to run a Rust-built binary.
Where does the data live?
Data resides in the AWS Glue Data Catalog within your AWS account.
What transport and authentication does it use?
It uses SSE transport on port 8000 and authenticates via your configured AWS credentials.
More Other MCP servers
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale

EverArt
modelcontextprotocolModel Context Protocol Servers
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Comments