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

ClaudeInk — Knowledge Vault

NPM · @CLAUDEINK/MCP-SERVER · SCANNED AUG 3

Save, search, and compile valuable knowledge from your Claude conversations.

+19 this week 57 Trust /100
Trust breakdown (6 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 →

Supply Chain Security79
  • No malware found by supply-chain analysis.Pass
  • CVE check failed: a known high-severity CVE affects uuid 8.3.2, reached via node-cron > uuid. A fixed version is available. View diagnostics → Fail
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (136 of 140), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency19
  • Repository check failed: the declared repository URL returned HTTP 404. See how to fix → View diagnostics → Fail
  • Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 123 days ago).Pass
  • Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability66
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 944 tokens (~78/item across 12 items; 12 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
  • Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage83
  • 75% of tools have a non-trivial description (not blank, and not just the tool's name).Partial
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @claudeink/mcp-server

# add to Claude Code
claude mcp add weekdmond-claudeink -- npx -y @claudeink/mcp-server
# add to Codex CLI
codex mcp add weekdmond-claudeink -- npx -y @claudeink/mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "weekdmond-claudeink": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@claudeink/mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add weekdmond-claudeink --command npx --arg -y --arg @claudeink/mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  weekdmond-claudeink:
    command: "npx"
    args: ["-y", "@claudeink/mcp-server"]
// mcp.json
{
  "mcpServers": {
    "weekdmond-claudeink": {
      "command": "npx",
      "args": [
        "-y",
        "@claudeink/mcp-server"
      ]
    }
  }
}
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.

  • 3 Aug 26 +3
    • Stability: unverified → 0.23 functional
  • 2 Aug 26 +25
    • CVE-2026-41907 affects this package: high security
    • Provenance: unverified → fail security
    • Known CVEs: unverified → fail security
    • Install scripts: unverified → pass security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • License: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Schema quality: unverified → good functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • Licence: MIT functional
  • 1 Aug 26 +15
    • Malware scan: unverified → pass security
  • 31 Jul 26 −24
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 27 Jul 26 38

    First indexed and scored.

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 3 Aug 2026 · Analysed npm/@claudeink/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Vulnerabilities 1 finding
ID CVE Severity Vector Fix available
GHSA-w5hq-g745-h8pq CVE-2026-41907 high CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N yes
Dependencies 136 packages

136 packages in the resolved dependency tree · 136 deprecated · 40 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 12 exposed · ~944 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.

Tool Tokens
ink.compile ~119

整合多条知识片段为结构化内容(按 ID 或搜索条件)

NameTypeReqDescription
formatstring输出格式:outline(大纲)/ article(文章)/ summary(摘要)
idsarray指定要整合的知识片段 ID 列表
instructionstring额外整合指令
querystring搜索条件(与 ids 二选一)
tagsarray按标签筛选(与 query 搭配)

No output schema declared.

No examples provided.

ink.delete ~50

删除知识片段(需确认)

NameTypeReqDescription
confirmboolean确认删除(必须为 true 才会执行删除)
idstringyes知识片段 ID

No output schema declared.

No examples provided.

ink.get ~28

获取知识片段完整内容

NameTypeReqDescription
idstringyes知识片段 ID

No output schema declared.

No examples provided.

ink.review ~98

按时间段回顾知识库(统计 + 列表)

NameTypeReqDescription
categorystring按分类过滤
date_fromstring自定义起始日期(ISO 格式,period=custom 时使用)
date_tostring自定义截止日期(ISO 格式,period=custom 时使用)
periodstring回顾时间段:today / week / month / custom

No output schema declared.

No examples provided.

ink.save ~124

保存知识片段到本地知识库(对话洞察、决策、分析等)

NameTypeReqDescription
categorystring分类:insight / decision / analysis / idea / reference / action
contentstringyes要保存的内容(必填)
source_typestring来源类型:conversation / url / manual
tagsarray标签(Claude 自动生成,用户可指定)
titlestringyes标题(Claude 自动生成)
urlstring来源 URL(如果是外部素材)

No output schema declared.

No examples provided.

ink.search ~100

搜索知识库(支持关键词、标签、分类、时间范围过滤)

NameTypeReqDescription
categorystring按分类过滤
date_fromstring起始日期(ISO 格式)
date_tostring截止日期(ISO 格式)
limitnumber返回数量,默认 10
querystring搜索关键词
tagsarray按标签过滤

No output schema declared.

No examples provided.

ink.tags ~101

标签管理(列出 / 重命名 / 合并标签)

NameTypeReqDescription
actionstringyes操作:list(列出所有标签)/ rename(重命名)/ merge(合并)
new_tagstring新标签名(rename 时使用)
source_tagsarray要合并的源标签列表(merge 时使用)
tagstring目标标签(rename/merge 时使用)

No output schema declared.

No examples provided.

ink.update ~77

更新已保存的知识片段(标题/内容/标签/分类)

NameTypeReqDescription
categorystring新分类
contentstring新内容
idstringyes知识片段 ID
tagsarray新标签(完整替换)
titlestring新标题

No output schema declared.

No examples provided.

source.crawl ~45

触发爬虫抓取(内容自动存入知识库)

NameTypeReqDescription
sourceIdstring指定爬虫源名称,不传则全量

No output schema declared.

No examples provided.

source.subscribe ~109

管理订阅源(添加/删除/列出爬虫源)

NameTypeReqDescription
actionstringyes操作类型
crawlConfigobject爬取适配规则(Claude 分析生成)
iconstring来源 icon URL
idstring订阅源 ID
namestring订阅源名称
typestring源类型
urlstringRSS/博客 URL

No output schema declared.

No examples provided.

sync ~32

从云端同步知识元数据

NameTypeReqDescription
workDirstring工作目录(默认使用配置中的 workflowDir)

No output schema declared.

No examples provided.

workflow.init ~61

初始化知识库(创建目录 + 激活 License + 同步云端)

NameTypeReqDescription
licenseKeystringLicense Key(可选,传入则自动激活)
workDirstringyes工作流初始化目标目录(绝对路径)

No output schema declared.

No examples provided.