MCP server providing terminal/CLI tool execution for Kiro IDE — wraps mvn, git, gradle, and other CLI tools as MCP tools over stdio
{
"mcpServers": {
"kiro-paradigmterminal": {
"command": "npx",
"args": [
"-y",
"@kiro-paradigm/terminal"
]
}
}
}