Back to Home
florinel-chis icon

magento-graphql-docs-mcp

Verified Safe

by florinel-chis

Overview

Provides tools to search and retrieve Magento 2 GraphQL API documentation from local markdown files, aiding development and coding agents.

Installation

Run Command
./run-docker-mcp.sh

Environment Variables

  • MAGENTO_GRAPHQL_DOCS_PATH
  • MAGENTO_GRAPHQL_DOCS_DB_PATH
  • MAGENTO_GRAPHQL_DOCS_TOP_K
  • MAGENTO_GRAPHQL_DOCS_MAX_FIELDS
  • MAGENTO_GRAPHQL_DOCS_CODE_PREVIEW
  • MAGENTO_GRAPHQL_DOCS_TRANSPORT
  • MAGENTO_GRAPHQL_DOCS_HOST
  • MAGENTO_GRAPHQL_DOCS_PORT
  • MAGENTO_GRAPHQL_DOCS_AUTO_FETCH

Security Notes

The server primarily processes local markdown files and uses `stdio` by default. An optional HTTP/SSE transport can be configured, which if bound to `0.0.0.0` (configurable), would expose the server on the network. The `docker/entrypoint.sh` performs a `git clone` of the AdobeDocs repository, which relies on the integrity of that upstream source. No obvious malicious patterns like `eval` or direct code execution from arbitrary content are present. The extraction of GraphQL elements uses regex, not a full parser, which is generally safer than executing unknown schemas.

Similar Servers

Stats

Interest Score43
Security Score8
Cost ClassLow
Avg Tokens750
Stars8
Forks2
Last Update2025-11-24

Tags

DocumentationGraphQLMagentoOfflineSearch