Skip to main content
Glama

Conduit

by nfishel48

Conduit 🌉

Unchain your GraphQL API for Large Language Models.

Conduit is a lightweight, automated bridge that exposes any GraphQL API as a set of tools consumable by Large Language Models (LLMs) via the Model Context Protocol (MCP).

It's a "set-it-and-forget-it" microservice. Simply point it at your GraphQL endpoint, and it handles the rest. Whenever you update your API, Conduit automatically discovers the new queries and mutations and exposes them to your AI agents with zero maintenance required.

✨ Features

  • Zero-Maintenance: Automatically discovers your API's capabilities using introspection. No manual tool definition is needed.
  • Protocol Compliant: Implements the core MCP endpoints (/listTools, /getToolSchema, /executeTool) out of the box.
  • Dynamic Execution: Translates LLM tool calls into valid GraphQL queries/mutations and executes them against your API.
  • Container-Ready: Comes with a Dockerfile and Kubernetes manifests for easy deployment alongside your existing services.
  • Lightweight & Fast: Built with Express.js for a minimal footprint and reliable performance.

🏗️ Architecture

The Conduit bridge is a stateless microservice that sits between your LLM client and your GraphQL API.

-
security - not tested
A
license - permissive license
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

A bridge that exposes any GraphQL API as tools consumable by Large Language Models via the Model Context Protocol (MCP), automatically discovering and translating API capabilities with zero maintenance required.

  1. ✨ Features
    1. 🏗️ Architecture

      Related MCP Servers

      • A
        security
        A
        license
        A
        quality
        MCP for working with GraphQL servers.
        Last updated -
        2
        429
        241
        TypeScript
        MIT License
        • Apple
      • -
        security
        A
        license
        -
        quality
        A high-performance FastAPI server supporting Model Context Protocol (MCP) for seamless integration with Large Language Models, featuring REST, GraphQL, and WebSocket APIs, along with real-time monitoring and vector search capabilities.
        Last updated -
        9
        Python
        MIT License
      • -
        security
        A
        license
        -
        quality
        A Model Context Protocol server that enables LLMs to interact with GraphQL APIs by providing schema introspection and query execution capabilities.
        Last updated -
        429
        1
        MIT License
        • Apple
      • -
        security
        F
        license
        -
        quality
        A Model Context Protocol server that enables LLMs to interact with GraphQL APIs by providing schema introspection and query execution capabilities.
        Last updated -
        1
        TypeScript
        • Apple
        • Linux

      View all related MCP servers

      MCP directory API

      We provide all the information about MCP servers via our MCP API.

      curl -X GET 'https://glama.ai/api/mcp/v1/servers/nfishel48/conduit'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server