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
XcodeDocsMCP
This MCP server provides tools for querying Apple developer documentation and SDK symbols directly from a local Xcode installation on macOS.
doc-hub-mcp
Provides offline, local Markdown document retrieval and resource reading capabilities for IDEs, Agents, or debugging tools, primarily focused on WeChat Work and Feishu developer documentation.
cortex-cloud-docs-mcp-server
Provides an MCP server for Claude and other compatible clients to search Cortex Cloud and Cortex Cloud API documentation.
mcp-docs-server
Serves Markdown documentation, reusable prompt templates, and various file types as an MCP server for AI agents.