Skip to content

adobe commerce docs mcp for Zed

io.github.jigarkkarangiya/adobe-commerce-docs-mcp

MCP server for Adobe Commerce / Magento 2 documentation — search, browse, and read official docs.

client:Zed transport:stdio runtime:npm

Install adobe commerce docs mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "adobe-commerce-docs-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "adobe-commerce-docs-mcp"
      ],
      "env": {
        "CACHE_DIR": "<CACHE_DIR>",
        "SITEMAP_URL": "<SITEMAP_URL>",
        "EXTRA_COMMERCE_SLUGS": "<EXTRA_COMMERCE_SLUGS>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

adobe commerce docs mcp in other clients