Kiro — MCP Configs
- File format
- JSON
- Discovery path
-
.kiro/settings/mcp.json - Syllago install method
- JSON merge
- Symlink support
- No
- Config file
-
.kiro/settings/mcp.json - Transports
-
stdio,sse
Features
How each feature converts to syllago's canonical format. See format conversion for what these statuses mean.
Fields
Native frontmatter or config fields this provider exposes. The first column is the provider's own field name; the canonical key column links to syllago's cross-provider equivalent.
| Config key | Conversion | Canonical key | Summary |
|---|---|---|---|
autoApprove | Conversion type: No canonical equivalent — appended as prose in a conversion notes block so nothing is silently lost. Learn more → | — | Per-server 'autoApprove' field accepting a tool-name array or '*' wildcard to skip user confirmation. |
disabled | Conversion type: No canonical equivalent — appended as prose in a conversion notes block so nothing is silently lost. Learn more → | — | Per-server 'disabled: true' flag deactivating a server without removing its configuration. |
disabledTools | Conversion type: No canonical equivalent — appended as prose in a conversion notes block so nothing is silently lost. Learn more → | — | Per-server 'disabledTools' array suppressing specific tools without disabling the entire server. |
url | Conversion type: No canonical equivalent — appended as prose in a conversion notes block so nothing is silently lost. Learn more → | — | Remote MCP servers configured with 'url' (HTTPS/localhost HTTP) and optional 'headers' map for auth. |
Other features
Behaviors, conventions, and capabilities that aren't tied to a single named field — things like path-based activation, discovery rules, and lifecycle behavior.
| Feature | Conversion | Summary |
|---|---|---|
auto_approve | Translated Conversion type: Translated Actively mapped to the target provider’s equivalent field during conversion. Learn more → | kiro_mcp_auto_approve: Kiro supports per-server or per-tool auto-approval configuration to suppress confirmation prompts |
tool_filtering | Translated Conversion type: Translated Actively mapped to the target provider’s equivalent field during conversion. Learn more → | kiro_mcp_disabled_tools: Kiro supports per-server tool disable configuration to control which MCP tools are available to the agent |
Sources
| Source |
|---|
| https://kiro.dev/docs/mcp/configuration/ |