MCP (Model Context Protocol) servers extend Kiro with additional tools. Configure them in .kiro/settings/mcp.json in your workspace:
Kiro CLI: MCP can also be configured globally (~/.kiro/settings/mcp.json) or per-agent in ~/.kiro/agents/{name}.json. See MCP Overview and AWS MCP Integration for the terminal workflow.
If both files exist, workspace settings take precedence. Use workspace-level for project-specific servers and user-level for servers you use everywhere.
Prerequisite for uvx: The uvx command comes from the uv Python package manager. If you did not install it during the WSL2 packages step, install it now:
Terminal window
curl-LsSfhttps://astral.sh/uv/install.sh|sh
source~/.bashrc
uvx--version
uv is not included in the essential packages installed earlier because it’s only needed if you use MCP servers that rely on uvx.