经 AI Skill Hub 精选评估,开源MCP工具:Kage 获评「推荐使用」。这款MCP工具在功能完整性、社区活跃度和易用性方面表现出色,AI 评分 7.5 分,适合有一定技术背景的用户使用。
Kage是一款开源的MCP工具,提供了verified memory功能,帮助开发者检查代码中的每个claim,确保代码的准确性和可靠性。它使用TypeScript编写,适合AI开发者和编程代理使用。
开源MCP工具:Kage 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
Kage是一款开源的MCP工具,提供了verified memory功能,帮助开发者检查代码中的每个claim,确保代码的准确性和可靠性。它使用TypeScript编写,适合AI开发者和编程代理使用。
开源MCP工具:Kage 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
# 方式一:通过 Claude Code CLI 一键安装
claude skill install https://github.com/kage-core/Kage
# 方式二:手动配置 claude_desktop_config.json
{
"mcpServers": {
"--mcp---kage": {
"command": "npx",
"args": ["-y", "kage"]
}
}
}
# 配置文件位置
# macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
# Windows: %APPDATA%/Claude/claude_desktop_config.json
# 安装后在 Claude 对话中直接使用 # 示例: 用户: 请帮我用 开源MCP工具:Kage 执行以下任务... Claude: [自动调用 开源MCP工具:Kage MCP 工具处理请求] # 查看可用工具列表 # 在 Claude 中输入:"列出所有可用的 MCP 工具"
// claude_desktop_config.json 配置示例
{
"mcpServers": {
"__mcp___kage": {
"command": "npx",
"args": ["-y", "kage"],
"env": {
// "API_KEY": "your-api-key-here"
}
}
}
}
// 保存后重启 Claude Desktop 生效
npx -y @kage-core/kage-graph-mcp scan --project .
The Truth Report finds duplicate implementations, ghost exports, bus-factor-1 hot files, knowledge voids, and doc lies. On a fresh clone of Express:
Kage Truth Report — express
Scanned 142 files, 3160 symbols, 1 doc file(s)
■ KNOWLEDGE VOID — high churn, zero memory (7, showing top 4)
• lib/response.js — knowledge void
390 commits of accumulated decisions, 149 graph edge(s) depending on it —
and zero memory packets or doc mentions. Agents and new hires fly blind here.
• lib/application.js — 179 commits x 77 edges, memory packets citing it: 0
• lib/request.js — 175 commits x 58 edges, memory packets citing it: 0
• lib/utils.js — 107 commits x 35 edges, memory packets citing it: 0
Every finding cites file:line evidence from your code — nothing is generated.
Claude Code / Codex users can install the plugin instead:
bash /plugin marketplace add kage-core/Kage # then: /plugin install kage@kage codex plugin marketplace add kage-core/Kage # then: codex plugin add kage@kage
Restart the agent once, then confirm the harness is live:
bash kage setup verify-agent --agent claude-code --project . ```
From there it's ambient: the agent recalls grounded memory at task start (kage_context), captures durable learnings as it works (kage_learn), and you review memory in the same PR as the code. kage refresh re-grounds after merges; kage viewer shows gains, trust, and what's being withheld.
Requires Node.js 18+. One command from inside your repo:
npx -y @kage-core/kage-graph-mcp install
This creates .agent_memory/, builds the code graph, auto-detects your agents (Claude Code, Codex, Cursor, Windsurf, Gemini CLI, OpenCode, Goose, Aider) and wires them. Or install globally and wire agents one at a time:
npm install -g @kage-core/kage-graph-mcp
cd your-repo
kage install # or: kage init --project . for memory only
Connect an agent manually instead (one command writes the MCP + hooks config):
```bash kage setup claude-code --project . --write # Claude Code kage setup codex --project . --write # Codex kage setup cursor --project . --write # Cursor kage setup windsurf --project . --write # Windsurf
Kage是一款开源的MCP工具,提供了verified memory功能,帮助开发者检查代码中的每个claim,确保代码的准确性和可靠性。它使用TypeScript编写,适合AI开发者和编程代理使用,但需要进一步的优化和测试。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
⚠️ GPL 3.0 — 强 Copyleft,衍生作品须开源,含专利保护条款,不可闭源使用。
AI Skill Hub 点评:开源MCP工具:Kage 的核心功能完整,质量良好。对于Claude Desktop / Claude Code 用户来说,这是一个值得纳入个人工具库的选择。建议先在非生产环境试用,再逐步推广。
| 原始名称 | Kage |
| 原始描述 | 开源MCP工具:Verified memory for coding agents — every claim cited against your current code,。⭐6 · TypeScript |
| Topics | mcpagent-memoryai-agentsclaude-codecode-graphcodextypescript |
| GitHub | https://github.com/kage-core/Kage |
| License | GPL-3.0 |
| 语言 | TypeScript |
收录时间:2026-06-12 · 更新时间:2026-06-12 · License:GPL-3.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端