glue-mcp
A model context protocol (MCP) server to AWS Glue Data Catalog
Usage
Once you've built a binary (see below), ensure you have your AWS credentials set.
Then simply start the server:
./glue-mcp
2025-04-29T21:25:37.623408Z INFO glue_mcp: Metrics & logging initialised
2025-04-29T21:25:37.623453Z INFO glue_mcp::util: Starting server on 127.0.0.1:8000
The server is ready for MCP calls on port 8000.
Development
Nix
Just run nix develop, then cargo build.
Demo
We'll demonstrate using Ollama.
1. Install & configure mcphost
go install github.com/mark3labs/mcphost@latest
Configure mcphost with this MCP server:
{
"mcpServers": {
"aws_glue": {
"url": "http://localhost:8000/sse",
"transport": "sse"
}
}
}
2. Configure Ollama
Get a model:
ollama pull llama3.1:latest
4. Run glue-mcp
cargo run
5. Run mcphost & query
~/go/bin/mcphost --config ./mcp.json --model ollama:llama3.1
2025/04/27 11:46:02 INFO Initializing server... name=aws_glue
2025/04/27 11:46:02 INFO Server connected name=aws_glue
2025/04/27 11:46:02 INFO Tools loaded server=aws_glue count=3
You: list databases
2025/04/27 11:47:11 INFO 🔧 Using tool name=aws_glue__list_databases
Assistant:
The available databases are 'reference_data' and 'unstructured'.
You: list tables per database
2025/04/27 11:47:40 INFO 🔧 Using tool name=aws_glue__get_database_metadata
2025/04/27 11:47:45 INFO 🔧 Using tool name=aws_glue__get_database_metadata
Assistant:
The 'unstructured' database is currently empty of tables. The 'reference_data' database also does not contain any
tables.
Recommend MCP Servers 💡
py-az-mcp
An MCP server providing programmatic access to Azure Cloud resources via Azure CLI commands
hyperbolic-gpu
Interact with Hyperbolic's GPU cloud, enabling agents and LLMs to view and rent available GPUs, SSH into them, and run GPU-powered workloads.
@fireflyai/firefly-mcp
The Firefly MCP (Model Context Protocol) server is a TypeScript-based server that enables seamless integration with the Firefly platform. It allows you to discover, manage, and codify resources across your Cloud and SaaS accounts connected to Firefly.
@nutrient-sdk/dws-mcp-server
An MCP server integrating with the Nutrient Document Web Service (DWS) Processor API to provide AI assistants with powerful PDF processing capabilities like digital signing, document generation, editing, OCR, and redaction.
@hardik-id/azure-resource-graph-mcp-server
Model Context Protocol (MCP) server that provides access to Azure Resource Graph queries. It allows you to retrieve information about Azure resources across your subscriptions using Resource Graph queries.
polarsignals
Today we're excited to announce that Polar Signals Cloud now supports the Model Context Protocol (MCP), bringing the power of AI to performance analysis.