Kiro

To configure the MCP Server in Kiro IDE, go to Activity Bar ‣ Kiro ‣ MCP SERVERS ‣ Open MCP Config, and add the following configuration.

{
    "mcpServers": {
        "dvt": {
            "command": "/bin/bash",
            "args": [
                "-c",
                "$HOME/.dvt/bin/dvt_env exec dvt_mcp.sh connect"
            ]
        }
    }
}
{
    "mcpServers": {
        "dvt": {
            "command": "cmd",
            "args": [
                "/c",
                "%UserProfile%/.dvt/bin/dvt_env.exe exec dvt_mcp.bat connect"
            ]
        }
    }
}