Skip to main content
Glama

Vendure MCP Server

Official

list_commands

Retrieve all available Vendure CLI commands for a specified project directory to enable automation and efficient management of Vendure e-commerce workflows.

Instructions

List all available Vendure CLI commands accessible via MCP

Input Schema

NameRequiredDescriptionDefault
projectPathYesPath to the Vendure project directory (required)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "projectPath": { "description": "Path to the Vendure project directory (required)", "type": "string" } }, "required": [ "projectPath" ], "type": "object" }
Install Server

Other Tools from Vendure MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/vendure-ecommerce/mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server