magento-graphql-docs-mcp
Verified Safeby 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-docker-mcp.shEnvironment 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
cortex-cloud-docs-mcp-server
Provides a Model Context Protocol (MCP) server for Claude and other compatible clients to search Cortex Cloud documentation and API references.
mcp-docs-server
Serves Markdown documentation, reusable prompt templates, and various file types as an MCP server for AI agents.
prestashop-mcp
Provides fast, local, offline access to PrestaShop development documentation for AI assistants and development tools.
XcodeDocsMCP
Serves as an MCP server for querying Apple developer documentation and SDK symbols directly from a local Xcode installation.