通过 MCP 实现持久记忆

持久记忆
为 Claude、Cursor
& Copilot。

告别每次会话都要重新解释项目的麻烦。ContextForge 通过 MCP 让 Claude Code、Cursor 和 Copilot 跨会话保持同步——昨天的决策,今天依然有效。

无需信用卡
永久免费计划
3 分钟内完成配置
ContextForge 项目仪表盘

AI 工具功能强大。
但它们没有记忆。

每次会话从零开始

打开 Claude Code,解释架构,说明命名规范,提起上周的认证决策。周而复始。

补充上下文消耗时间

项目越复杂,你就要花越多时间向编程智能体解释它本应已知的背景信息。

没有内置记忆

AI 编程智能体功能强大,但每次对话都是一块白板。这就是瓶颈所在。

工作原理

3 分钟获得 无限记忆。

在 MCP 配置中添加一段 JSON,你的编程智能体就能记住一切:决策、架构、git 历史——无一遗漏。

terminal — contextforge
# 将 ContextForge 添加到你的 MCP 配置
$ cat claude_desktop_config.json
{
"mcpServers": {
"contextforge": {
"command": "npx",
"args": ["-y", "contextforge-mcp"],
"env": {
"CONTEXTFORGE_API_KEY": "cf_sk_..."
}
}
}
}
 
# 你的编程智能体已拥有持久记忆!
Semantic Search
Git Integration
Snapshots
Projects & Spaces
任务跟踪
API Keys
导入 / 导出
原生 MCP
功能

Projects

让每个代码仓库井井有条。将 Spaces 分组、与团队共享,并精确控制访问权限。

了解更多
Projects 总览
MCP terminal
memory_list_projects (ContextForge)
2 projects found:
📁 Tsubasa Soccer 10 spaces · 3 collaborators
📁 MCP-memory 12 spaces · 1 collaborator
功能

Spaces

清晰隔离上下文。每个 Space 拥有独立的向量索引:你的编程智能体只检索所需内容,零噪音。

了解更多
ContextForge Spaces 视图
MCP terminal
memory_list_spaces (ContextForge)
4 spaces in "MCP-memory"
backend-docs 48 items
frontend-arch 31 items
api-decisions 22 items
deployment 15 items
功能

Semantic Search

用自然语言提问。ContextForge 理解语义而非关键词,让你的编程智能体始终找到正确的上下文。

了解更多

超越关键词

用自然语言提问。ContextForge 理解语义而非关键词,让你的编程智能体始终找到正确的上下文。

搜索任务
搜索知识
MCP terminal
memory_query (ContextForge)
query: "how does authentication work?"
3 results · 42ms
1. JWT auth via @supabase/ssr 94%
2. RLS policies on user tables 89%
MCP 实战

你的编程智能体理解 语义

关键词搜索在你的代码用词与查询不同时就会失效。语义搜索理解你的意思,而不只是你写的字。

关键词搜索
Terminal
$ grep "how does login work?" ./docs/
Searching 847 files...
0 results found
No file contains the exact phrase "login"
# 你的代码用的是 "authentication"、"auth"、
# "JWT"、"session"——从没用过 "login"
通过 MCP 语义搜索
MCP terminal
● memory_query (ContextForge)
query: "how does login work?"
✓ 3 results · 38ms
1. JWT auth middleware with Supabase SSR
94% match
2. RLS policies for row-level security
89% match
3. OAuth callback handler implementation
76% match

相同的查询。相同的代码。只有语义搜索能找到答案。

了解工作原理
功能

Session Presence

同时开了多个会话?实时查看哪些会话正在项目中以及它们在做什么。信息透明,无强制限制:再也不会在自己的编程智能体旁边盲目作业。

了解更多

提示,而非阻塞

Presence 从不阻止你操作:它只是确保你不会在不知情的情况下工作。每个会话都能实时看到其他会话的焦点。

MCP terminal
session_update worktree-auth
🟢 focus: refactoring the auth module
MCP terminal
session_update tests-runner
🟢 focus: rebuilding the e2e suite
MCP terminal
session_list (ContextForge)
2 other sessions live on "MCP-context-forge"
🟢 worktree-auth refactoring the auth module · 34s ago
🟢 tests-runner rebuilding the e2e suite · 1m ago
check 'focus' before touching the same areas
功能

Git Integration

Commit、PR 和分支自动同步。你的编程智能体始终知道改了什么、为什么改。

了解更多
Git Integration 面板
MCP terminal
memory_git_sync (ContextForge)
sync_type: "all"
Synced 47 commits and 8 PRs
repo: alfredoizdev/MCP-context-forge
功能

团队

邀请团队成员、管理权限、共享知识。每位成员和每个编程智能体,始终保持同步。

实时协作

整个团队共享同一知识库。每个编程智能体、每位成员,始终保持同步。

MCP terminal
collaborators_list (ContextForge)
3 collaborators on "Tsubasa Soccer"
👤 alfredo owner
👤 carlos editor
👤 maria viewer
团队看板
功能

Tasks

你的编程智能体可在代码审查中创建 Tasks、分配优先级并标记解决,全程通过 MCP 完成。

了解更多
Tasks 管理器
MCP terminal
tasks_list (ContextForge)
status: "pending"
3 pending tasks:
Fix auth token refresh high
Add rate limiting medium
Update README low
功能

Snapshots

随时保存你的编程智能体记忆。不小心弄坏了什么?一键恢复到任意时间点。

了解更多
Snapshots 时间线
MCP terminal
memory_snapshot_list (ContextForge)
3 snapshots:
📸 pre-refactor backup 52 items · Mar 15
📸 v2.0 release 41 items · Mar 10
📸 initial setup 12 items · Mar 1
功能

API Keys

为 CI/CD、脚本或自定义工具创建作用域 API Keys。只读或完全访问权限,随时可撤销。

了解更多
API Keys 管理

作用域访问

按项目创建只读或完全访问 API Key,随时可撤销。非常适合 CI/CD 流水线和自动化场景。

教程

看看它如何运作

每个核心功能的简洁上手指南。看 3 分钟视频或读文章——两种方式都好用。

Give Your AI Coding Agent a Memory That Survives Every Session
视频

Give Your AI Coding Agent a Memory That Survives Every Session

Give Your AI Coding Agent a Memory That Survives Every Session Open a new session with Claude Code, Cursor, or Copilot and it has no idea what you were doing...

2 分钟阅读·含视频
Skills Were Dead Prompts. Routines Made Them Alive.
视频

Skills Were Dead Prompts. Routines Made Them Alive.

A few weeks ago I shipped Skills — a way to save AI prompts as reusable templates inside ContextForge , so my best prompts wouldn't keep dying in a Notion pa...

6 分钟阅读·含视频
I Built Skills Because My Notes App Was Full of Dead Prompts
视频

I Built Skills Because My Notes App Was Full of Dead Prompts

Open your Notes app right now. Search "prompt." Count what comes up. If you're anything like the 200+ developers I've talked to in the last six months, the a...

8 分钟阅读·含视频
Import Your AI Memory into ContextForge: Claude Code, ChatGPT, and Knowledge Graph

Import Your AI Memory into ContextForge: Claude Code, ChatGPT, and Knowledge Graph

You've been building knowledge with your AI assistant for months — project decisions, API patterns, debugging notes. But that knowledge is scattered acro...

2 分钟阅读
GitHub Copilot Now Supports MCP — Here's How to Give It Persistent Memory

GitHub Copilot Now Supports MCP — Here's How to Give It Persistent Memory

GitHub Copilot just got MCP support. That means you can now connect external tools directly to Copilot's Agent Mode in VS Code. One thing you can do with...

3 分钟阅读
ContextForge Now Supports Cursor IDE: Persistent AI Memory Everywhere

ContextForge Now Supports Cursor IDE: Persistent AI Memory Everywhere

If you've ever wished your AI coding assistant could remember things between sessions — project decisions, API patterns, debugging insights — ContextForge already solved that for Claude Desktop and Claude Code users. Today, we're excited to

2 分钟阅读

专为快速交付的开发者而生

0+

已存储 Knowledge Items

0ms

平均语义搜索耗时

0%

API 可用性

0 分钟

配置完成时间

价格

简单透明的定价

免费开始。按需升级。付费计划提供 14 天免费试用。

Free

$0/永久

适合用 ContextForge 探索个人项目的开发者。

  • 1 个项目
  • 3 个 Spaces
  • 200 个文档
  • 500 次语义查询/月
  • 50 MB 存储空间
  • 批量操作
  • 导入 / 导出
  • Git Integration
  • Snapshots
  • 协作成员
最受欢迎

Pro

$9/月

适合需要更多算力和团队协作的开发者。

  • 25 个项目
  • 无限 Spaces
  • 5,000 个文档
  • 15,000 次语义查询/月
  • 1 GB 存储空间
  • Git Integration——无限仓库
  • 50 个 Snapshots
  • 5 位协作成员
  • 2,000 次 webhook/月
  • 14 天免费试用

Premium

$29/月

适合需要无限一切的团队和高级用户。

  • 无限项目
  • 无限 Spaces
  • 10,000 个文档
  • 20,000 次语义查询/月
  • 2 GB 存储空间
  • Git Integration——无限仓库
  • 无限 Snapshots
  • 无限协作成员
  • 5,000 次 webhook/月
  • 14 天免费试用

不再重复解释你的代码。

你的 AI 编程智能体应该像你一样了解你的项目。给它一段持久的记忆。

联系我们

咨询、反馈或合作意向。