SOLFIND
Web Lens
Portal home

Configuration scopes - Features - Docs - Kiro

https://kiro.dev/docs/configuration/ • 224 KB fetched
Open original page


Configuration scopes - Features - Docs - Kiro Loading image... Product * About Kiro * IDE * CLI * Web * Mobile * Crew * Pricing * Downloads For * Enterprise * Startups * Students Community * Overview * Ambassadors * Discord * Events * Powers * Shop * Showcase Resources * Docs * Blog * Changelog * FAQs * Report a bug * Suggest an idea * Billing support Social * * * * * * * English Site Terms License Responsible AI Policy Legal Privacy Policy Cookie Preferences English Loading image... * Apps * CLI * Web * Enterprise * Pricing * Docs * Community * Resources SIGN IN DOWNLOADS Loading image... Get Started Installation Authentication Your first project Models Overview Available models Reasoning effort Features How Kiro works Specs Steering Hooks MCP Permissions Custom agents Agent Skills Powers Cloud sessions Compaction Kiroignore Checkpoints and rewind Built-in tools Configuration scopes IDE 1.x What's new in 1.0 Setup & First Run Editor Chat Experimental Troubleshooting 0.x reference CLI What's new in 3.0 Setup & First Run Terminal UI Chat Voice mode Headless mode ACP Auto complete Experimental 2.x reference Crew Quick start Installation Running 24/7 Chat Agent Capabilities Features Interfaces Apps System & storage Configuration Security Troubleshooting Web Setup & First Run Identity Center Connect your repositories Working with the agent Autonomous mode Automations Memory Configuration Sync Sandbox Mobile - Preview Overview Commands and Reference CLI commands Slash commands Built-in tools Exit codes Settings Billing Overview Managing your subscription Upgrading your plan Downgrading your plan Cancelling your plan Purchasing add-on credits Managing your payments Managing usage notifications Managing your taxes Contacting billing support Deleting your account Related questions Enterprise Concepts Onboarding quickstart Connecting your identity provider Deployment options Subscribe your team Manage subscriptions Governance Monitor and track Settings Managed updates Billing IAM Supported regions Privacy and Security Overview Data protection Code references Compliance validation Infrastructure security IAM permissions Firewalls, proxies, and data perimeters VPC endpoints (AWS PrivateLink) Guides Overview Language support Learn by playing Migration Migrating from Q Developer Migrating from VSCode Upgrading from Q CLI * Docs * * Features * * Configuration scopes Copy page View as Markdown Configuration scopes Copy page View as Markdown Kiro uses a layered configuration system with three scopes. Configuration closer to your current context takes priority over broader settings. Capability IDE CLI Web Mobile Global scope ( ~/.kiro/ ) ✓ ✓ — — Project scope ( .kiro/ ) ✓ ✓ ✓ ✓ Agent scope ( .kiro/agents/ or ~/.kiro/agents/ ) ✓ ✓ — — Scopes * Global — applies across all projects. Stored in ~/.kiro/ . * Project — specific to a workspace. Stored in <project-root>/.kiro/ . * Agent — defined per agent in ~/.kiro/agents/ (global) or .kiro/agents/ (project). Override the global directory with KIRO_HOME Set the KIRO_HOME environment variable to redirect the global ~/.kiro directory to a different location. Agents, skills, steering, settings, and sessions all resolve against KIRO_HOME when it's set — useful for keeping separate Kiro profiles on the same machine. Inspect configuration in V3 In a local or cloud V3 session, run /config to review the configuration used by that session: bash # Open the category summary /config # Open a category directly /config steering The summary covers agents, MCP servers, Powers, Steering, Skills, and Hooks. It shows the number or status of configured items and lets you open each category. /config is not available in V1 or V2. Source labels When Kiro has configuration-origin information, the Source column identifies items as local , cloud , or local + cloud . If a local session has no source information for any item, Kiro omits the column instead of labeling every item by guesswork. In a cloud session, the session's configuration is shown as cloud-sourced. A cloud label reports where the active configuration came from. Opening /config does not upload your local files or synchronize them with cloud configuration. If cloud configuration is not enabled for your account, the panel remains available and shows local configuration without cloud-backed items. Apply cloud configuration to local sessions Use Configuration Sync in Kiro Web to upload supported folders from your personal .kiro directory. The uploaded configuration applies to cloud sessions automatically. To use the cloud copy in local work, enable Apply your cloud configuration to local sessions on the Configuration Sync page. New local CLI sessions then load your cloud Steering files, custom agents, Skills, Powers, and Hooks. This option does not write cloud content to your local .kiro directory or replace existing local files. Read-only and routed views The category summary and the in-panel Powers, Steering, and Skills lists are read-only. Selecting Agents opens the existing agent picker, where you can switch agents. MCP servers and Hooks open their existing panels. /config does not edit or upload configuration files itself, but some linked views are interactive. File paths Configuration Global scope Project scope MCP servers ~/.kiro/settings/mcp.json .kiro/settings/mcp.json Permissions ~/.kiro/settings/permissions.yaml ~/.kiro/workspace-roots/<hash>/permissions.yaml (per-user, outside the repo) Custom agents ~/.kiro/agents/ .kiro/agents/ Steering ~/.kiro/steering/ .kiro/steering/ Skills ~/.kiro/skills/ .kiro/skills/ Hooks ~/.kiro/hooks/ .kiro/hooks/ Powers ~/.kiro/powers/ — Specs — .kiro/specs/ Settings (CLI) ~/.kiro/settings/cli.json — What each scope supports Not every feature is available at every scope. The table below shows where each configuration can be defined and whether it can be embedded in an agent profile. Configuration Global Project Agent scope MCP servers ✓ ✓ ✓ ( mcpServers field or includeMcpJson ) Permissions ✓ ✓ ✓ ( permissions field) Custom agents ✓ ✓ N/A Steering ✓ ✓ ✓ ( resources field) Skills ✓ ✓ ✓ ( resources field) Hooks ✓ ✓ ✓ (CLI only, hooks field) Powers ✓ — ✓ ( includePowers field) Specs — ✓ — Settings ✓ — — Resolving conflicts When the same configuration exists in multiple scopes, the scope closest to your current context wins: Configuration Priority (highest → lowest) MCP servers Agent > Project > Global Permissions deny wins regardless of scope (deny-overrides algorithm) Custom agents Project > Global (same-name: project wins with warning) Steering All scopes merged (not overridden) Skills All scopes merged Hooks All scopes merged Tip Permissions use a deny-overrides algorithm — a deny rule in any scope blocks the action regardless of allow rules elsewhere. See Permissions for details. Since MCP servers can be configured in three scopes and agents have an includeMcpJson setting, MCP server resolution has additional rules. See MCP server loading priority for details. Web and Mobile Web and Mobile read project configuration committed to the repository, but their coverage differs: Mobile reads project steering and skills, while Kiro Web additionally reads project MCP servers, custom agents, and Hooks (see the table below). Neither surface reads global ~/.kiro/ configuration, since there is no local filesystem. Kiro Web can also use selected personal configuration that you upload through Configuration Sync . Configuration Web Mobile Project steering ( .kiro/steering/ ) ✓ ✓ Project skills ( .kiro/skills/ ) ✓ ✓ Project MCP servers ( .kiro/settings/mcp.json ) ✓ — Project custom agents ( .kiro/agents/ , sub-agent delegation) ✓ — Project Hooks ( .kiro/hooks/ ) ✓ — Sandbox MCP (configured via Web settings) ✓ — Permissions YAML and interactive approvals — — For cloud sessions, open Settings > Sync in Kiro Web to upload personal Steering, custom agents, Skills, and Hooks. Manage the uploaded items from their feature-specific settings pages. This managed cloud configuration is separate from the ~/.kiro/ directory on your computer and does not modify your local files. See Custom agents: surface behavior for details on Web and Mobile limitations. Next steps * Configuration Sync - upload personal configuration for cloud sessions * Custom agents — create and configure specialized agents * Steering — project context and conventions * Permissions — capability-based access control * MCP configuration — connect external tools * Hooks — automate workflows with event-driven actions * Skills — reusable instruction packages * Powers — extend with packaged MCP servers and docs Page updated: September 2, 2026 Code intelligence IDE 1.x

Links found on this page

  1. About Kiro [direct]
  2. IDE [direct]
  3. CLI [direct]
  4. Web [direct]
  5. Mobile [direct]
  6. Crew [direct]
  7. Pricing [direct]
  8. Downloads [direct]
  9. Enterprise [direct]
  10. Startups [direct]
  11. Students [direct]
  12. Overview [direct]
  13. Ambassadors [direct]
  14. Discord [direct]
  15. Events [direct]
  16. Powers [direct]
  17. Shop [direct]
  18. Showcase [direct]
  19. Docs [direct]
  20. Blog [direct]
  21. Changelog [direct]
  22. FAQs [direct]
  23. Report a bug [direct]
  24. Suggest an idea [direct]
  25. Billing support [direct]
  26. Site Terms [direct]
  27. License [direct]
  28. Responsible AI Policy [direct]
  29. Legal [direct]
  30. Privacy Policy [direct]
  31. Cookie Preferences [direct]
  32. Loading image... [direct]
  33. SIGN IN [direct]
  34. Installation [direct]
  35. Authentication [direct]
  36. Your first project [direct]
  37. Overview [direct]
  38. Available models [direct]
  39. Reasoning effort [direct]
  40. How Kiro works [direct]
  41. Specs [direct]
  42. Steering [direct]
  43. Hooks [direct]
  44. MCP [direct]
  45. Permissions [direct]
  46. Custom agents [direct]
  47. Agent Skills [direct]
  48. Powers [direct]
  49. Cloud sessions [direct]
  50. Compaction [direct]
  51. Kiroignore [direct]
  52. Checkpoints and rewind [direct]
  53. Built-in tools [direct]
  54. What's new in 1.0 [direct]
  55. Setup & First Run [direct]
  56. Editor [direct]
  57. Chat [direct]
  58. Experimental [direct]
  59. Troubleshooting [direct]
  60. 0.x reference [direct]
  61. What's new in 3.0 [direct]
  62. Setup & First Run [direct]
  63. Terminal UI [direct]
  64. Chat [direct]
  65. Voice mode [direct]
  66. Headless mode [direct]
  67. ACP [direct]
  68. Auto complete [direct]
  69. Experimental [direct]
  70. 2.x reference [direct]
  71. Quick start [direct]
  72. Installation [direct]
  73. Running 24/7 [direct]
  74. Chat [direct]
  75. Agent Capabilities [direct]
  76. Features [direct]
  77. Interfaces [direct]
  78. Apps [direct]
  79. System & storage [direct]
  80. Configuration [direct]