Skip to content

[Adapter] Kiro CLI Custom Agent #46

@rarean

Description

@rarean

Framework

Why This Adapter?

Having the ability to version control kiro agents and share them across teams without being locked into kiro's format helps large enterprises have a consistent way to define agents. Kiro is a popular intelligent coding assistant with large enterprises and those who are invested in the AWS ecosystem.

Export Format

What would the exported output look like? https://kiro.dev/docs/cli/custom-agents/examples/

{
  "name": "github-agent",
  "description": "Agent with GitHub API access",
  "mcpServers": {
    "github": {
      "type": "http",
      "url": "https://api.github.com/mcp",
      "oauth": {
        "oauthScopes": ["repo", "user", "read:org"]
      }
    }
  },
  "tools": ["@github"],
  "allowedTools": ["@github"]
}

Willing to Implement?

  • I'm willing to submit a PR for this adapter
  • I need help implementing this

Metadata

Metadata

Assignees

No one assigned

    Labels

    adapterFramework adapterhelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions