CLI
Webiny Configure-Mcp
Configure the Webiny MCP server for a specific AI agent.
WHAT YOU'LL LEARN
- How to configure the Webiny MCP server for your AI agent
- What agents are supported
- What options the
configure-mcpcommand accepts
Overview
The configure-mcp command configures the Webiny MCP (Model Context Protocol) server for a specific AI agent. Running it writes the necessary MCP server configuration for the chosen agent so it can communicate with your Webiny project.
Usage
By default this configures the MCP server for Claude. To target a different agent, pass the agent name as an argument:
Options
| Option | Description |
|---|---|
agent | Agent to configure. One of claude, cursor, windsurf, copilot, cline. Defaults to claude. |
--instructions | Print MCP setup instructions instead of writing the configuration. |
--show-logs | Print logs directly in the terminal. |
--log-level | Set log verbosity. One of silent, fatal, error, warn, info, debug, trace. Defaults to info. |
--show-stack-trace | Show stack traces for errors. |