Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Kelvia

NPM · KELVIA-MCP · 2 COMPONENTS · SCANNED SEP 27

Task manager your agent can fully operate: boards, tasks, sprints, roles, worklogs, day planner.

+1 this week 96 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 34 of 110 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency100
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to gonnagetapower/kelvia-mcp). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 47 days ago).Pass
  • Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability88
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 4936 tokens (~82/item across 60 items; 58 tools + 2 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management90
  • Stability observed for 27 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • All 8 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.Pass
  • An AI judge read all 60 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the Kelvia MCP server?

Kelvia runs locally as an npm package, launched with npx -y kelvia-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · kelvia-mcp

# add to Claude Code
claude mcp add gonnagetapower-kelvia-mcp -- npx -y kelvia-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "gonnagetapower-kelvia-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "kelvia-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "gonnagetapower-kelvia-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "kelvia-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add gonnagetapower-kelvia-mcp -- npx -y kelvia-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "gonnagetapower-kelvia-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "kelvia-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add gonnagetapower-kelvia-mcp --command npx --arg -y --arg kelvia-mcp
# ~/.hermes/config.yaml
mcp_servers:
  gonnagetapower-kelvia-mcp:
    command: "npx"
    args: ["-y", "kelvia-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "gonnagetapower-kelvia-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "kelvia-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add gonnagetapower-kelvia-mcp -t stdio -c npx -a -y kelvia-mcp
// mcp.json
{
  "mcpServers": {
    "gonnagetapower-kelvia-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "kelvia-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 27 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 25 Sept 26 −2
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 24 Sept 26 0
    • Stability: 0.97 → pass security
  • 23 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 21 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 19 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 18 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 17 Sept 26 0
    • Stability: 0.97 → pass security
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 27 Sept 2026 · Analysed npm/kelvia-mcp@1.0.2

Provenance Verified

A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.

Result Verified
Ecosystem npm
Reason Verified
Discovered via Registry attestation endpoint
Source repo gonnagetapower/kelvia-mcp
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/gonnagetapower/kelvia-mcp/.github/workflows/publish-mcp.yml@refs/tags/v1.0.2
Rekor log index 2411289037
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:4ca71a69eec3d3f91fea2c47c16cd20b9d328179e09050edfe29c5a30d2cb8b273c1f620d95ee779293ce059b7e0b88fbb02254aa72b832ce73856a56

Background: How many MCP packages publish verified provenance →

Dependencies 110 packages
Packages resolved 110
Stale 34
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 58 exposed · ~4,797 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
unarchive_board ~26

Unarchive a board by UUID.

NameTypeReqDescription
board_idstringyesBoard UUID

No output schema declared.

No examples provided.

update_board ~81

Update a board's name or column list. Pass only the fields you want to change. Changing columns reorders/renames them. Returns the updated board.

NameTypeReqDescription
board_idstringyesBoard UUID (from list_boards or get_board)
columnsarray–New ordered list of column names
namestring–New board name

No output schema declared.

No examples provided.

update_board_member ~85

Update board member role/title. Requires ADMIN/OWNER on that board.

NameTypeReqDescription
board_idstring–Board UUID
board_slugstring–Board slug (alternative to board_id)
rolestring–New role
target_user_idstringyesTarget member user UUID
titlestring|null–New title (or null to clear)

No output schema declared.

No examples provided.

update_board_stage ~59

Rename a board stage.

NameTypeReqDescription
board_idstring–Board UUID
board_slugstring–Board slug (alternative to board_id)
namestringyesNew stage name
stage_idstringyesStage UUID

No output schema declared.

No examples provided.

update_daily_plan_block ~164

Update fields of an existing day-planner block. Pass only the fields you want to change. Title may reference a board task with `@boardSlug/N`. Returns the updated block.

NameTypeReqDescription
end_timestring|null–End time HH:mm, or null to clear
idstringyesDay-planner block UUID
recurrencestring–New repeat rule. ONCE requires scheduled_day.
scheduled_daystring|null–Local date YYYY-MM-DD, or null to clear
scheduled_timestring|null–Start time HH:mm, or null to clear
sort_ordernumber–New manual sort position
titlestring–New title — use `@boardSlug/N` to link a board task

No output schema declared.

No examples provided.

update_task ~383

Update one or more fields of an existing task. Pass only the fields you want to change — all are optional. Returns the updated task.

NameTypeReqDescription
assignee_idsarray–Replace full assignee list with these user UUIDs
column_idstring–Move to this kanban column ID (use list_board_columns to get IDs)
descriptionstring–New description (markdown supported)
due_datestring|null–New due date as ISO string, or null to clear
idstringyesTask UUID to update
original_estimate_minutes––Time estimate in minutes
parent_idstring|null–Set parent task UUID, or null to make top-level
prioritystring–New priority, low to high: MINOR, ORDINARY ("Low"), MEDIUM, IMPORTANT ("High"), BLOCKER. A board may define custom priorities — read board.config.priorities from get_board.
stage_idstring|null–Assign to this stage ID, or null to remove (use get_board to see stages)
statusstring–New status. Default values: OPEN, IN_PROGRESS, IN_REVIEW, NEEDS_INFO, DONE (= "Closed - done"), CLOSED (= "Closed - won't do"). Use NEEDS_INFO when the task is blocked waiting for clarification. A bo…
tag_idsarray–Replace the whole tag list with these tag IDs (empty array clears all tags)
tag_namesarray–Replace the whole tag list with these names (empty array clears all tags). Names are found on the board or created there. Max 10 per task.
titlestring–New title
watcher_idsarray–Replace full watcher list with these user UUIDs

No output schema declared.

No examples provided.

update_task_comment ~45

Update an existing task comment.

NameTypeReqDescription
comment_idstringyesComment UUID
contentstringyesUpdated comment text
task_idstringyesTask UUID

No output schema declared.

No examples provided.

update_task_worklog ~79

Update an existing worklog entry for a task.

NameTypeReqDescription
commentstring|null–Optional note
minutesintegeryesUpdated time in minutes (max 1440)
task_idstringyesTask UUID
worked_atstring|null–ISO datetime
worklog_idstringyesWorklog UUID

No output schema declared.

No examples provided.

Common questions

What is the Kelvia MCP server?

Kelvia is an MCP server listed in the public MCP registry as io.github.gonnagetapower/kelvia-mcp. Task manager your agent can fully operate: boards, tasks, sprints, roles, worklogs, day planner. This page covers its npm package (kelvia-mcp).

Is the Kelvia MCP server safe to use?

Kelvia scores 96 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 27 September 2026. It declares no install or post-install scripts. Its build provenance is signed and verified. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the Kelvia MCP server expose?

Kelvia exposes 58 tools: list_boards, get_board, list_tasks, list_daily_tasks, list_calendar_tasks, and 53 more. Their descriptions and schemas cost roughly 4,797 tokens of context every time the server is loaded.

Is the Kelvia MCP server still maintained?

Kelvia is still listed as active in the MCP registry. We last reached this channel on 27 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the Kelvia MCP server under?

Kelvia declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.