Loading languages...
MC

mcp-graphql

@blurrah233

A Model Context Protocol server that enables LLMs to interact with GraphQL APIs. This implementation provides schema introspection and query execution capabilities, allowing models to discover and use GraphQL APIs dynamically.

graphql
mcp

# mcpServer Config

{
  "mcpServers": {
    "mcp-graphql": {
      "command": "npx",
      "args": [
        "mcp-graphql"
      ],
      "env": {
        "ENDPOINT": "http://localhost:3000/graphql"
      }
    }
  }
}

# stdio

npx mcp-graphql
Transport:
stdio
भाषा:
javascript
अद्यतन किया गया:7/23/2025
मुखपृष्ठ:
https://github.com/blurrah/mcp-graphql