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.

ClaudeInk — Knowledge Vault

NPM · @CLAUDEINK/MCP-SERVER · SCANNED SEP 20

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

+1 this week 72 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 Security89
  • 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
  • 44 of 137 dependencies flagged as unhealthy (2 deprecated). 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 171 days ago).Pass
  • Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability72
  • 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 Management93
  • Stability observed for 28 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
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "ink.delete" implies "delete" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 12 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 ClaudeInk — Knowledge Vault MCP server?

ClaudeInk — Knowledge Vault runs locally as an npm package, launched with npx -y @claudeink/mcp-server. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · @claudeink/mcp-server

# add to Claude Code
claude mcp add weekdmond-claudeink -- npx -y @claudeink/mcp-server
// .cursor/mcp.json
{
  "mcpServers": {
    "weekdmond-claudeink": {
      "command": "npx",
      "args": [
        "-y",
        "@claudeink/mcp-server"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "weekdmond-claudeink": {
      "command": "npx",
      "args": [
        "-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"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "weekdmond-claudeink": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@claudeink/mcp-server"
      ]
    }
  }
}
# add to Vellum
assistant mcp add weekdmond-claudeink -t stdio -c npx -a -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.

  • 20 Sept 26 +1

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

  • 18 Sept 26 +1

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

  • 17 Sept 26 −3
    • Stability: pass → 0.83 functional
  • 16 Sept 26 +1
    • Stability: 0.97 → pass security
  • 14 Sept 26 +1

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

  • 12 Sept 26 +1

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

  • 10 Sept 26 +1

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

  • 9 Sept 26 −4
    • Stability: pass → 0.77 functional
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 20 Sept 2026 · Analysed npm/@claudeink/mcp-server@1.0.0

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

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

Background: What a vulnerability scan can and cannot prove →

Dependencies 137 packages
Packages resolved 137
Deprecated 2
Stale 42
Tree resolution Complete

Background: SBOMs and build attestations, explained →

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. 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
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.

Common questions

What is the ClaudeInk — Knowledge Vault MCP server?

ClaudeInk — Knowledge Vault is an MCP server listed in the public MCP registry as io.github.weekdmond/claudeink. Save, search, and compile valuable knowledge from your Claude conversations. This page covers its npm package (@claudeink/mcp-server).

Is the ClaudeInk — Knowledge Vault MCP server safe to use?

ClaudeInk — Knowledge Vault scores 72 out of 100 on VerifyMCP. We recorded 1 known advisory against it as of 20 September 2026. It declares no install or post-install scripts. 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 ClaudeInk — Knowledge Vault MCP server expose?

ClaudeInk — Knowledge Vault exposes 12 tools: workflow.init, sync, ink.save, ink.search, ink.get, and 7 more. Their descriptions and schemas cost roughly 944 tokens of context every time the server is loaded.

Is the ClaudeInk — Knowledge Vault MCP server still maintained?

ClaudeInk — Knowledge Vault is still listed as active in the MCP registry. We last reached this channel on 20 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 ClaudeInk — Knowledge Vault MCP server under?

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