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-kitIf the server publishes to npm under a different name, use that package instead — check the repo README.
MCP Server
Model Context Protocol server
Quality Score
Category
AutomationSupported Platforms
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.
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 foundOur 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.
| Skill | Score | Stars | Updated | Format |
|---|---|---|---|---|
| kiro-powers-mcp-kit (this skill)by andersonlugojacome | 66 | 0 | — | MCP Server |
| Agent-Reachby Panniantong | 100 | 85.5k | 11d ago | CLAUDE.md |
| headroomby headroomlabs-ai | 100 | 73.8k | today | CLAUDE.md |
| rufloby ruvnet | 100 | 73.3k | 1d ago | CLAUDE.md |
| CowAgentby zhayujie | 100 | 47.1k | today | CLAUDE.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.
Skill content
View source on GitHubmcp.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:
npxejecuta 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
- Ir a: https://id.atlassian.com/manage-profile/security/api-tokens
- Click "Create API token"
- Nombre: "Kiro MCP"
- 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):
- Buscar "Variables de entorno" en el menu inicio
- Click "Editar las variables de entorno de esta cuenta"
- Nueva → agregar las 3 variables
- 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
Agent-Reach
85.5kGive your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.
headroom
73.8kCompress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agents, 60-95% fewer tokens for JSON, same answers. Library, proxy, MCP server.
ruflo
73.3k🌊 The original agent harness. Deploy intelligent multi-player swarms, coordinate autonomous workflows, and build conversational AI systems. Features adaptive memory, self-learning intelligence, federation, vector RAG integration, and native Claude Code / Codex / Hermes and many more Integrated
CowAgent
47.1kOpen-source super AI assistant & Agent Harness. Plans tasks, runs tools and skills, self-evolves with memory and knowledge. Multi-agent, multi-model, multi-channel. Lightweight, extensible, one-line install.
Trust signals
From repository metadata: license, adoption, age and documentation. Not a code audit — see the Safety scan above for what the skill file itself contains.
