ClaudeInk — Knowledge Vault
NPM · @CLAUDEINK/MCP-SERVER · SCANNED AUG 3
Save, search, and compile valuable knowledge from your Claude conversations.
Available components
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
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
claude mcp add weekdmond-claudeink -- npx -y @claudeink/mcp-server
codex mcp add weekdmond-claudeink -- npx -y @claudeink/mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"weekdmond-claudeink": {
"type": "local",
"command": [
"npx",
"-y",
"@claudeink/mcp-server"
],
"enabled": true
}
}
} openclaw mcp add weekdmond-claudeink --command npx --arg -y --arg @claudeink/mcp-server
mcp_servers:
weekdmond-claudeink:
command: "npx"
args: ["-y", "@claudeink/mcp-server"] {
"mcpServers": {
"weekdmond-claudeink": {
"command": "npx",
"args": [
"-y",
"@claudeink/mcp-server"
]
}
}
} 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.
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.
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.
ink.compile ~119
整合多条知识片段为结构化内容(按 ID 或搜索条件)
| Name | Type | Req | Description |
|---|---|---|---|
| format | string | — | 输出格式:outline(大纲)/ article(文章)/ summary(摘要) |
| ids | array | — | 指定要整合的知识片段 ID 列表 |
| instruction | string | — | 额外整合指令 |
| query | string | — | 搜索条件(与 ids 二选一) |
| tags | array | — | 按标签筛选(与 query 搭配) |
No output schema declared.
No examples provided.
ink.delete ~50
删除知识片段(需确认)
| Name | Type | Req | Description |
|---|---|---|---|
| confirm | boolean | — | 确认删除(必须为 true 才会执行删除) |
| id | string | yes | 知识片段 ID |
No output schema declared.
No examples provided.
ink.get ~28
获取知识片段完整内容
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | 知识片段 ID |
No output schema declared.
No examples provided.
ink.review ~98
按时间段回顾知识库(统计 + 列表)
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | — | 按分类过滤 |
| date_from | string | — | 自定义起始日期(ISO 格式,period=custom 时使用) |
| date_to | string | — | 自定义截止日期(ISO 格式,period=custom 时使用) |
| period | string | — | 回顾时间段:today / week / month / custom |
No output schema declared.
No examples provided.
ink.save ~124
保存知识片段到本地知识库(对话洞察、决策、分析等)
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | — | 分类:insight / decision / analysis / idea / reference / action |
| content | string | yes | 要保存的内容(必填) |
| source_type | string | — | 来源类型:conversation / url / manual |
| tags | array | — | 标签(Claude 自动生成,用户可指定) |
| title | string | yes | 标题(Claude 自动生成) |
| url | string | — | 来源 URL(如果是外部素材) |
No output schema declared.
No examples provided.
ink.search ~100
搜索知识库(支持关键词、标签、分类、时间范围过滤)
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | — | 按分类过滤 |
| date_from | string | — | 起始日期(ISO 格式) |
| date_to | string | — | 截止日期(ISO 格式) |
| limit | number | — | 返回数量,默认 10 |
| query | string | — | 搜索关键词 |
| tags | array | — | 按标签过滤 |
No output schema declared.
No examples provided.
ink.tags ~101
标签管理(列出 / 重命名 / 合并标签)
| Name | Type | Req | Description |
|---|---|---|---|
| action | string | yes | 操作:list(列出所有标签)/ rename(重命名)/ merge(合并) |
| new_tag | string | — | 新标签名(rename 时使用) |
| source_tags | array | — | 要合并的源标签列表(merge 时使用) |
| tag | string | — | 目标标签(rename/merge 时使用) |
No output schema declared.
No examples provided.
ink.update ~77
更新已保存的知识片段(标题/内容/标签/分类)
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | — | 新分类 |
| content | string | — | 新内容 |
| id | string | yes | 知识片段 ID |
| tags | array | — | 新标签(完整替换) |
| title | string | — | 新标题 |
No output schema declared.
No examples provided.
source.crawl ~45
触发爬虫抓取(内容自动存入知识库)
| Name | Type | Req | Description |
|---|---|---|---|
| sourceId | string | — | 指定爬虫源名称,不传则全量 |
No output schema declared.
No examples provided.
source.subscribe ~109
管理订阅源(添加/删除/列出爬虫源)
| Name | Type | Req | Description |
|---|---|---|---|
| action | string | yes | 操作类型 |
| crawlConfig | object | — | 爬取适配规则(Claude 分析生成) |
| icon | string | — | 来源 icon URL |
| id | string | — | 订阅源 ID |
| name | string | — | 订阅源名称 |
| type | string | — | 源类型 |
| url | string | — | RSS/博客 URL |
No output schema declared.
No examples provided.
sync ~32
从云端同步知识元数据
| Name | Type | Req | Description |
|---|---|---|---|
| workDir | string | — | 工作目录(默认使用配置中的 workflowDir) |
No output schema declared.
No examples provided.
workflow.init ~61
初始化知识库(创建目录 + 激活 License + 同步云端)
| Name | Type | Req | Description |
|---|---|---|---|
| licenseKey | string | — | License Key(可选,传入则自动激活) |
| workDir | string | yes | 工作流初始化目标目录(绝对路径) |
No output schema declared.
No examples provided.