Security is critical when integrating external MCP servers with your development workflow. The MCP security model in Kiro CLI is designed with these principles:
When using MCP servers with Kiro CLI, keep these security principles in mind:
# Use environment variables for sensitive data export MCP_API_KEY="your-secure-key" export DATABASE_URL="your-connection-string" # Configure MCP server with environment variables kiro-cli mcp add my-server --env MCP_API_KEY --env DATABASE_URL
Security