SkillAgentSearch skills...

kiro-powers-mcp-kit

Kiro Power: Engram GO + Context7 + Atlassian (Jira+Confluence) + SDD Workflow. Memoria persistente, documentacion viva y project management integrado.

Install / Use

claude mcp add andersonlugojacome -- npx -y github:andersonlugojacome/kiro-powers-mcp-kit

If the server publishes to npm under a different name, use that package instead — check the repo README.

About this skill
🔌

MCP Server

Model Context Protocol server

Quality Score

66/100

Category

Automation

Supported Platforms

Claude Code
Claude Desktop

Tags

Our assessment of kiro-powers-mcp-kit

kiro-powers-mcp-kit scores 66/100 on our quality scale, 1214th of 1,411 Automation skills we index.

Its MCP Server is 3.1 KB long, well organised into 14 sections with 4 code examples: a solid amount of guidance for an agent.

It has no GitHub stars yet, so there is no community track record; judge it on its content.

Substance
26/30
Structure
20/20
Description
15/15
Adoption
0/20
Freshness
5/15

Maintenance, license and trust

  • We could not determine when the repository was last updated.
  • Our last check on 2026-09-25 found the source still online.
  • No license is declared. By default that means all rights are reserved: you can read it, but reusing or redistributing it is not clearly permitted. Ask the author before building on it commercially.
  • Its trust signals score 68/100, with 3 cautions from licensing, adoption, age or documentation. These come from repository metadata, not a code audit — read the skill file before letting an agent act on it.

Safety scan

No issues found

Our scan of the whole file found no instruction hijacking, hidden characters, credential access, data exfiltration or destructive commands. An AI review of the same text found nothing harmful.

AI review by kimi-k2.7-code on 2026-09-24. Automated pattern scan on 2026-09-24. It catches known dangerous patterns, not every risk — read a skill before letting an agent act on it.

kiro-powers-mcp-kit compared with similar skills

All 4 of these similar skills score higher than kiro-powers-mcp-kit; compare them before choosing.

SkillScoreStarsUpdatedFormat
kiro-powers-mcp-kit (this skill)by andersonlugojacome660—MCP Server
Agent-Reachby Panniantong10085.5k11d agoCLAUDE.md
headroomby headroomlabs-ai10073.8ktodayCLAUDE.md
rufloby ruvnet10073.3k1d agoCLAUDE.md
CowAgentby zhayujie10047.1ktodayCLAUDE.md

Frequently asked questions

How do I install kiro-powers-mcp-kit?
Run claude mcp add andersonlugojacome -- npx -y github:andersonlugojacome/kiro-powers-mcp-kit. The install tabs above show the steps for each supported agent.
Which AI agents does kiro-powers-mcp-kit work with?
It is written for Claude Code and Claude Desktop, as a MCP Server file. Other agents that read the same format can often use it too.
Is kiro-powers-mcp-kit safe to use?
Our scan of the whole file found no instruction hijacking, hidden characters, credential access, data exfiltration or destructive commands. An AI review of the same text found nothing harmful. It declares no license and scores 68/100 on trust signals. Skills are instructions an agent will follow, so read the file before installing it and do not approve commands you do not understand.
Is kiro-powers-mcp-kit still maintained?
We could not determine when the repository was last updated.

mcp.json — Guia de configuracion

JSON no soporta comentarios. Este archivo explica como configurar el mcp.json.

Servidores MCP

engram

  • command: engram (binary Go, debe estar en PATH)
  • args: ["mcp"] inicia el MCP server via stdio
  • Prerequisito: brew install gentleman-programming/tap/engram
  • Sin variables de entorno necesarias

context7

  • command: npx ejecuta el package sin instalarlo
  • args: ["-y", "@upstash/context7-mcp"]
  • Prerequisito: Node.js 18+
  • Sin variables de entorno necesarias

jira

  • command: npx
  • args: ["-y", "@aashari/mcp-server-atlassian-jira"]
  • Package: https://github.com/aashari/mcp-server-atlassian-jira
  • Prerequisito: Node.js 18+ y API token de Atlassian

Variables de entorno requeridas:

| Variable | Descripcion | Ejemplo | |---|---|---| | ATLASSIAN_SITE_NAME | Nombre del site (parte antes de .atlassian.net) | jirasegurosbolivar | | ATLASSIAN_USER_EMAIL | Tu email de Atlassian | tu.email@segurosbolivar.com | | ATLASSIAN_API_TOKEN | API token personal | abc123... |

Como configurar (Windows 11 sin admin)

Paso 1: Crear API Token

  1. Ir a: https://id.atlassian.com/manage-profile/security/api-tokens
  2. Click "Create API token"
  3. Nombre: "Kiro MCP"
  4. Copiar el token generado

Paso 2: Configurar variables de entorno

En PowerShell:

# Setear variables a nivel usuario (NO requiere admin)
[System.Environment]::SetEnvironmentVariable("ATLASSIAN_SITE_NAME", "jirasegurosbolivar", "User")
[System.Environment]::SetEnvironmentVariable("ATLASSIAN_USER_EMAIL", "tu.email@segurosbolivar.com", "User")
[System.Environment]::SetEnvironmentVariable("ATLASSIAN_API_TOKEN", "tu-api-token-copiado", "User")

O desde la UI (sin admin):

  1. Buscar "Variables de entorno" en el menu inicio
  2. Click "Editar las variables de entorno de esta cuenta"
  3. Nueva → agregar las 3 variables
  4. Aceptar

Paso 3: Reiniciar Kiro

Cerrar y abrir Kiro para que tome las variables nuevas.

Paso 4: Verificar

En Kiro escribir: "Lista mis proyectos de Jira"

Si funciona, vas a ver tus proyectos. Si da 401, verificar:

  • El site name es correcto (sin https://, sin .atlassian.net)
  • El email coincide con tu cuenta de Atlassian
  • El API token no expiró

Como configurar (macOS/Linux)

Agregar a ~/.zshrc o ~/.bashrc:

export ATLASSIAN_SITE_NAME="jirasegurosbolivar"
export ATLASSIAN_USER_EMAIL="tu.email@segurosbolivar.com"
export ATLASSIAN_API_TOKEN="tu-api-token"

Luego:

source ~/.zshrc

Verificar credenciales (sin Kiro)

npx -y @aashari/mcp-server-atlassian-jira get --path "/rest/api/3/myself"

Si muestra tu usuario, las credenciales estan bien.

Troubleshooting

| Error | Causa | Solucion | |---|---|---| | 401 Unauthorized | Token invalido o expirado | Crear nuevo token en Atlassian | | 403 Forbidden | Sin permisos en ese proyecto | Verificar acceso en Jira web | | ATLASSIAN_SITE_NAME not set | Variable no exportada | Cerrar y abrir terminal, verificar con echo $ATLASSIAN_SITE_NAME | | npx timeout | Sin internet o npm bloqueado | Verificar red/proxy |

Related Skills

View on GitHub
GitHub Stars0
CategoryAutomation
UpdatedNaNy ago
Forks0

Trust signals

68/100

From repository metadata: license, adoption, age and documentation. Not a code audit — see the Safety scan above for what the skill file itself contains.

2 medium1 low