Open the Kiro sidebar (click the Kiro icon in the activity bar)
Find the MCP Manager section and click Open MCP Manager
Or use the Command Palette: Ctrl+Shift+P → Kiro MCP: Manage Servers
Development
Prerequisites
Node.js 22+ (via nvm)
Kiro IDE
Build and Test
npm install
npm run compile # Compile extension host + webview TypeScript
npm test # Compile + run Mocha tests
Deploy
./deploy.sh # Build, package, install, and notify
Compatibility
This extension is designed for Kiro IDE. It registers a view in the Kiro sidebar panel, which is not available in vanilla VS Code. The core functionality (webview panel, command palette command) works in VS Code, but the sidebar entry point requires Kiro.
The extension reads and writes Kiro's MCP configuration file at ~/.kiro/settings/mcp.json. This path is specific to Kiro and does not exist in standard VS Code installations.