AI Skill Hub 推荐使用:开源MCP工具:Persistent shared memory and context compression for AI coding agents 是一款优质的MCP工具。AI 综合评分 7.5 分,在同类工具中表现稳健。如果你正在寻找可靠的MCP工具解决方案,这是一个值得深入了解的选择。
开源MCP工具:Persistent shared memory and context compression for AI coding agents 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
开源MCP工具:Persistent shared memory and context compression for AI coding agents 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
# 方式一:通过 Claude Code CLI 一键安装
claude skill install https://github.com/AdityaVG13/cortex
# 方式二:手动配置 claude_desktop_config.json
{
"mcpServers": {
"--mcp---persistent-shared-memory-and-context-compression-for-ai-coding-agents": {
"command": "npx",
"args": ["-y", "cortex"]
}
}
}
# 配置文件位置
# macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
# Windows: %APPDATA%/Claude/claude_desktop_config.json
# 安装后在 Claude 对话中直接使用 # 示例: 用户: 请帮我用 开源MCP工具:Persistent shared memory and context compression for AI coding agents 执行以下任务... Claude: [自动调用 开源MCP工具:Persistent shared memory and context compression for AI coding agents MCP 工具处理请求] # 查看可用工具列表 # 在 Claude 中输入:"列出所有可用的 MCP 工具"
// claude_desktop_config.json 配置示例
{
"mcpServers": {
"__mcp___persistent_shared_memory_and_context_compression_for_ai_coding_agents": {
"command": "npx",
"args": ["-y", "cortex"],
"env": {
// "API_KEY": "your-api-key-here"
}
}
}
}
// 保存后重启 Claude Desktop 生效
<p align="center"> <img src="assets/cortex-header.gif" alt="Cortex" width="100%"> </p>
Private local memory for your AI tools.
Install once. Your tools stop starting from scratch.
<p align="center"> <a href="https://ko-fi.com/adityavg13"> <img src="https://img.shields.io/badge/☕_Ko--fi-Donations_help_support_Cortex_development-FF5E5B?style=for-the-badge&logo=ko-fi&logoColor=white" alt="Support Cortex on Ko-fi"> </a> </p>
<p align="center"> <a href="https://github.com/AdityaVG13/cortex/releases/tag/v0.5.0"><img src="https://img.shields.io/badge/release-v0.5.0-blue?style=flat-square" alt="v0.5.0"></a> <a href="LICENSE"><img src="https://img.shields.io/github/license/AdityaVG13/cortex?style=flat-square" alt="MIT License"></a> <img src="https://img.shields.io/badge/platforms-Windows_|macOS|Linux-333?style=flat-square" alt="Windows | macOS | Linux"> <img src="https://img.shields.io/badge/Rust+React-daemon+_desktop-orange?style=flat-square" alt="Rust + React"> </p>
<p align="center"> <a href="https://github.com/AdityaVG13/cortex/releases/latest">Download</a> · <a href="Info/connecting.md">Connect your tools</a> · <a href="CHANGELOG.md">What's new</a> · <a href="Info/roadmap.md">Roadmap</a> </p>
<p align="center"> <img src="https://img.shields.io/badge/works_with-Claude_Code-6B4FBB?style=flat-square&logo=anthropic&logoColor=white"> <img src="https://img.shields.io/badge/works_with-Codex-412991?style=flat-square&logo=openai&logoColor=white"> <img src="https://img.shields.io/badge/works_with-Cursor-000?style=flat-square&logo=cursor&logoColor=white"> <img src="https://img.shields.io/badge/works_with-Factory_Droid-F97316?style=flat-square"> <img src="https://img.shields.io/badge/works_with-MCP_·_HTTP-58a6ff?style=flat-square"> </p>
---
<p align="center"> 🔒 <b>Private by default</b>: localhost only, data never leaves your machine<br> 🔗 <b>One memory, every tool</b>: HTTP and MCP, same brain, no per-tool silos<br> 📊 <b>Prove it works</b>: token savings, recall quality, and Monte Carlo projections </p>
---
Use the latest desktop installer, or build the local CLI:
git clone https://github.com/AdityaVG13/cortex.git
cd cortex/daemon-rs
cargo build --release
Get to the first memory moment before learning daemon internals.
该工具提供了Persistent shared memory和context compression功能,适合AI编程代理使用,但需要进一步优化和测试。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
总体来看,开源MCP工具:Persistent shared memory and context compression for AI coding agents 是一款质量良好的MCP工具,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | cortex |
| 原始描述 | 开源MCP工具:Persistent shared memory and context compression for AI coding agents. Local-fir。⭐8 · Rust |
| Topics | agentaideveloper-toolslocal-firstmcprust |
| GitHub | https://github.com/AdityaVG13/cortex |
| License | MIT |
| 语言 | Rust |
收录时间:2026-06-04 · 更新时间:2026-06-04 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端