Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Glue Mcp

    A model context protocol (MCP) server to AWS Glue Data Catalog

    1 stars
    Rust
    Updated Jul 10, 2025

    Table of Contents

    • Usage
    • Development
    • Nix
    • Demo
    • 1. Install & configure mcphost
    • 2. Configure Ollama
    • 4. Run glue-mcp
    • 5. Run mcphost & query

    Table of Contents

    • Usage
    • Development
    • Nix
    • Demo
    • 1. Install & configure mcphost
    • 2. Configure Ollama
    • 4. Run glue-mcp
    • 5. Run mcphost & query

    Documentation

    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:

    bash
    ./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

    bash
    go install github.com/mark3labs/mcphost@latest

    Configure mcphost with this MCP server:

    json
    {
      "mcpServers": {
        "aws_glue": {
          "url": "http://localhost:8000/sse",
          "transport": "sse"
        }
      }
    }

    2. Configure Ollama

    Get a model:

    bash
    ollama pull llama3.1:latest

    4. Run glue-mcp

    bash
    cargo run

    5. Run mcphost & query

    bash
    ~/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.

    Similar MCP

    Based on tags & features

    • IM

      Imagen3 Mcp

      Rust·
      46
    • MC

      Mcp Access Point

      Rust·
      135
    • WI

      Winx Code Agent

      Rust·
      19
    • CO

      Code Assistant

      Rust·
      103

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • IM

      Imagen3 Mcp

      Rust·
      46
    • MC

      Mcp Access Point

      Rust·
      135
    • WI

      Winx Code Agent

      Rust·
      19
    • CO

      Code Assistant

      Rust·
      103

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k