Skip to content
VS Code

medusa mcp for VS Code

com.medusajs/medusa-mcp

Retrieve information from the Medusa documentation to assist you with your Medusa development.

client:VS Code transport:streamable-http

Install medusa mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "medusa-mcp": {
      "type": "http",
      "url": "https://docs.medusajs.com/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

medusa mcp in other clients