shopify-liquid-mcp
Verified Safeby florinel-chis
Overview
Provides instant, offline-first access to comprehensive Shopify Liquid documentation for AI assistants and MCP-compatible tools to aid theme development.
Installation
shopify-liquid-mcpEnvironment Variables
- SHOPIFY_LIQUID_DB_PATH
- SHOPIFY_LIQUID_DOCS_PATH
- LOG_LEVEL
- CACHE_SIZE
Security Notes
The server uses SQLite with FTS5 for local documentation storage and search. SQL queries for user-provided input (like tag names, filter names, search queries) correctly use parameterized queries (`?`), mitigating SQL injection risks. Table names are hardcoded constants, not user-controlled, further enhancing safety. It is offline-first, removing network risks associated with fetching documentation. No explicit `eval` or similar dangerous dynamic code execution is observed. Docker configuration includes data persistence and read-only mounts for custom documentation, contributing to security. There are no hardcoded secrets identified.
Similar Servers
mcp-server
Provides a Model Context Protocol (MCP) server for AI agents to search and retrieve curated documentation for the Strands Agents framework, facilitating AI coding assistance.
scraps
The Scraps MCP server provides an interface for AI assistants to interact with a knowledge base of interconnected Markdown documentation, enabling features like content search, tag listing, and link/backlink lookup.
MudMCP
Provides AI assistants with real-time, structured access to MudBlazor component documentation and code examples via the Model Context Protocol.
magento-graphql-docs-mcp
Provides tools to search and retrieve Magento 2 GraphQL API documentation from local markdown files, aiding development and coding agents.