Contextcore
活跃·★ 21·AGPL-3.0·更新于 2026-05-28
★ 时下流行★ RAG / 知识库★ 开发者工具
ContextCore 是一个本地优先的 MCP 服务器,用于索引和搜索本地文件,仅向 AI 提供相关片段。
ContextCore 是一个本地优先的 MCP 服务器,可索引本地文件(文本、代码、图像、音频、视频),并通过单个 MCP 服务器提供混合搜索(BM25 + 嵌入)。与粘贴整个文件相比,它可减少 57% 的令牌使用量。它适用于 Claude Desktop、Claude Code、Cursor、Cline 以及任何兼容 MCP 的工具。
#AI 工具#Claude 桌面版#claude-tools#cline#clip#context-window#cost-optimization#Cursor
01
功能特性
01本地优先,无云端依赖
02混合搜索(BM25 + 嵌入)
03索引多种文件格式,包括图像、音频、视频
04自动注册为 MCP 服务器,与 AI 工具集成
05减少 57% 的令牌使用量
02
兼容性
Windows
Windows
已通过文档验证
macOS
macOS
已通过文档验证
Linux
Linux
已通过文档验证
Claude Desktop
Claude Desktop
已通过文档验证
Claude Code
Claude Code
已通过文档验证
Cursor
Cursor
已通过文档验证
03
快速开始
1
$ python -m pip install contextcore
2
$ contextcore init
04
使用场景
↳跨大型代码库工作的开发者,避免粘贴整个文件
↳拥有文档集合需要语义搜索的用户
↳希望减少上下文窗口膨胀的 AI 工具用户
05
同类工具
相关搜索
评论
登录后发表评论
- Corey Lee2026年5月14日
Massive token reduction for Claude through context compression is the practical benefit.
- RReese Clark2026年4月10日
ContextCore handles what to keep and what to compress intelligently.
- EEmerson Nguyen2026年4月2日
Good for large codebase workflows where context limits are hit regularly.
- Robin Chen2026年3月5日
Works as a transparent layer — your prompts don't need to change.