Loading image...Kiro

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

Site TermsLicenseResponsible AI PolicyLegalPrivacy PolicyCookie Preferences
Loading image...Kiro
  • Enterprise
  • Pricing
  • Docs
SIGN INDOWNLOADS
Loading image...Kiro

Get Started

InstallationAuthenticationYour first project

Models

OverviewAvailable modelsReasoning effort

Features

How Kiro works
Specs
Steering
Hooks
MCP
Permissions
Custom agents
Agent Skills
Powers
CompactionKiroignoreCheckpoints and rewind
Built-in tools
Configuration scopes

IDE 1.x

What's new in 1.0
Setup & First Run
Editor
Chat
Experimental
Troubleshooting0.x reference

CLI

What's new in 3.0
Setup & First Run
Terminal UI
Chat
Headless modeACPAuto complete
Experimental
2.x reference

Crew

Quick startInstallationRunning 24/7
Chat
Agent Capabilities
Agents
Agent Templates
Integrations (MCP)
Skills
Steering
Hooks
Prompts
Features
Interfaces
Apps
ConfigurationSecurityTroubleshooting

Web - Preview

Setup & First RunIdentity Center
Connect your repositories
Working with the agent
Autonomous modeAutomations
Sandbox

Mobile - Preview

Overview

Commands and Reference

CLI commandsSlash commandsBuilt-in toolsExit codesSettingsIDE keyboard shortcuts

Billing

OverviewManaging your subscriptionUpgrading your planDowngrading your planCancelling your planPurchasing add-on creditsManaging your paymentsManaging usage notificationsManaging your taxesContacting billing supportDeleting your accountRelated questions

Enterprise

ConceptsOnboarding quickstart
Connecting your identity provider
Subscribe your teamManage subscriptions
Governance
Monitor and track
SettingsManaged updatesBillingIAMSupported regions

Privacy and Security

OverviewData protectionCode referencesCompliance validationInfrastructure securityIAM permissionsFirewalls, proxies, and data perimetersVPC endpoints (AWS PrivateLink)

Guides

Overview
Language support
Learn by playing

Migration

Migrating from Q DeveloperMigrating from VSCodeUpgrading from Q CLI
  1. Docs
  2. Crew
  3. Agent Capabilities
  4. Integrations (MCP)

Integrations (MCP)


MCP (Model Context Protocol) servers extend what the agent can do — access external APIs, connect to databases, search documentation, run specialized tools. Each server provides a set of tools the agent can call during conversations.

Managing integrations

From the dashboard (recommended)

Open Agent Capabilities → Integrations (MCP). The panel shows all configured servers with their status (connected, error, unknown) and lets you:

  • Enable / disable individual servers
  • Add new servers — specify a command or URL
  • Remove servers you no longer need
  • Probe servers to verify they're responding

Built-in servers

Crew ships with two managed servers that are always available:

ServerTools it provides
kirocrew-coreSpawn subagents, learn lessons, run tasks, register hooks, send messages, search knowledge
kirocrew-cronSchedule, list, pause, resume, trigger, remove cron jobs

These load automatically — no configuration needed.

Discovering new servers

Click Discover & Sync in the Integrations panel. Crew scans your MCP configuration files and adds any new servers it finds. Then click Probe All to verify each server responds to the MCP handshake.

Common servers to add:

  • slack-mcp — Slack API access
  • playwright — headless browser automation
  • Documentation servers for your tech stack
  • Custom servers for your team's internal tools

How the agent uses MCP tools

Once a server is enabled, its tools appear in the agent's tool list automatically. The agent decides when to call them based on the conversation. You don't need to tell the agent which tool to use — it reads the tool descriptions and picks the right one.

Tool calls from MCP servers go through the same approval pipeline as built-in tools: interactive approval prompts (or auto-approved in Autopilot mode), with denied commands and security controls still applying.

Page updated: August 4, 2026
Agent Templates
Skills