kirodotdev/kiro-support
v1.0.0Apache-2.0
File and manage AWS Support cases for Kiro issues directly from the IDE. Collects diagnostics and verifies Support API access first — with a ready-to-send admin request when permissions are missing.
MCP servers
Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.
awslabs.aws-support-mcp-serverstdio
{
"type": "stdio",
"command": "uvx",
"args": [
"awslabs.aws-support-mcp-server@latest"
],
"env": {
"AWS_PROFILE": "<your-aws-profile>",
"AWS_REGION": "us-east-1",
"FASTMCP_LOG_LEVEL": "ERROR"
}
}aws-mcpstdio
{
"type": "stdio",
"command": "uvx",
"args": [
"mcp-proxy-for-aws@latest",
"https://aws-mcp.us-east-1.api.aws/mcp",
"--metadata",
"AWS_REGION=us-east-1",
"--disable-telemetry"
],
"env": {
"AWS_PROFILE": "<your-aws-profile>"
}
}What this package declares
The files a client reads when it loads this plugin, exactly as this revision carries them.
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "kiro-support",
"displayName": "Kiro Support",
"version": "1.0.0",
"description": "File and manage AWS Support cases for Kiro issues directly from the IDE. Collects diagnostics and verifies Support API access first — with a ready-to-send admin request when permissions are missing.",
"author": {
"name": "Kiro AWS team"
},
"keywords": ["kiro support case", "aws support case", "create support case", "report kiro issue", "kiro diagnostics", "aws support api"],
"license": "Apache-2.0",
"repository": "https://github.com/kirodotdev/powers"
}
Fields the format does not define
This package's plugin.json declares these at its top level. The Agent Plugins format gives them no meaning, so a client loads the plugin and ignores them.
- displayName