← Back to search

@hanhnd/agent-kit

GitHub Actions Scanned 25d ago

Agent Kit MCP server for software development agent workflows

B
81.8 / 100

Versions

1.0.42latest
Jul 3, 2026
1.0.41
May 31, 2026
1.0.40
May 28, 2026
1.0.39
May 28, 2026
1.0.38
May 27, 2026
+ show 36 moreshow less
1.0.37
May 27, 2026
1.0.36
May 27, 2026
1.0.35
May 23, 2026
1.0.34
May 23, 2026
1.0.33
May 22, 2026
1.0.32
May 22, 2026
1.0.31
May 19, 2026
1.0.30
May 18, 2026
1.0.29
May 18, 2026
1.0.28
May 17, 2026
1.0.27
May 15, 2026
1.0.26
May 14, 2026
1.0.25
May 13, 2026
1.0.24
May 12, 2026
1.0.23
May 1, 2026
1.0.22
Apr 26, 2026
1.0.21
Apr 25, 2026
1.0.20
Apr 25, 2026
1.0.19
Apr 24, 2026
1.0.18
Apr 23, 2026
1.0.17
Apr 13, 2026
1.0.16
Apr 11, 2026
1.0.15
Apr 9, 2026
1.0.14
Apr 9, 2026
1.0.13
Apr 7, 2026
1.0.12
Apr 7, 2026
1.0.11
Apr 6, 2026
1.0.10
Apr 5, 2026
1.0.9
Apr 4, 2026
1.0.8
Apr 3, 2026
1.0.7
Apr 2, 2026
1.0.6
Apr 1, 2026
1.0.5
Mar 31, 2026
1.0.4
Mar 31, 2026
1.0.1
Mar 31, 2026
1.0.0
Mar 31, 2026
PermissionsTool SafetyAuthAnnotationsCode QualityStabilitySpecVuln HistoryAuthorTransparencyCommunity

Tools 9

kit_memory_search
annotations: verified low

Search persistent memory for factual or semantic matches (decisions, concepts, entities). Extract concise keywords only, removing stopwords and filler words from the user request before querying. Use kit_memory_recent for temporal or recency questions.

query string top_k number
readOnlyHint true openWorldHint false idempotentHint true
kit_memory_recent
annotations: verified low

Return the N most recently updated memory sources. Optionally filter by source type. Use for temporal questions like "what did we do last session" or "recent".

n number source_type enum
readOnlyHint true openWorldHint false idempotentHint true destructiveHint false
kit_memory_save
annotations: verified low

Save content to wiki/raw for inclusion after the next /wiki compile.

content string
readOnlyHint false openWorldHint false idempotentHint false destructiveHint false
kit_memory_digest_init
annotations: verified low

Initialize or toggle local conversation digesting. Downloads/cache-loads the pinned local model only when explicitly invoked.

enabled boolean model_id string
readOnlyHint false openWorldHint true idempotentHint true destructiveHint false
kit_save_handoff
annotations: verified low

Save a handoff artifact to .agent-kit/handoffs/. Returns the saved folder path to use in next-step instructions. Do NOT append version numbers (v2, v3, etc.) to the slug.

type enum
readOnlyHint false openWorldHint false idempotentHint true destructiveHint false
kit_get_bitbucket_pr
annotations: verified low

Get Bitbucket PR details and optionally the diff. Accepts a full PR URL or a numeric PR ID with workspace + repoSlug.

input string repoSlug string includeDiff boolean
readOnlyHint true openWorldHint true idempotentHint true
kit_jira_get_ticket
annotations: verified low

Get ticket details from Jira using the Atlassian REST API

ticketId string
readOnlyHint true openWorldHint true idempotentHint true
kit_confluence_get_page
annotations: verified low

Get a Confluence page as markdown using the Atlassian REST API. Accepts a full Confluence page URL or a numeric page ID.

input string
readOnlyHint true openWorldHint true idempotentHint true
kit_trigger_agent
annotations: verified low

!Important: Trigger only when user explicitly asks to delegate a task to an external agent CLI (gemini, claude, or codex). The task can be a direct message or a path to a handoff folder (.agent-kit/handoffs/feature-slug/plan).

readOnlyHint false openWorldHint true idempotentHint false destructiveHint true

Permissions 4

network medium
Server uses network capabilities via: fetch()
filesystem low
Server uses filesystem capabilities via: fs, fs sync ops, fs.promises
shell high
Server uses shell capabilities via: child_process, execSync(), spawn(), spawnSync()
env_vars low
Server uses env_vars capabilities via: process.env

Scan Findings 0

No scan findings.