Context
Context
释放你的上下文。分享你的上下文。
你的上下文是持久层。AI 客户端是可替换的界面。
Context 为你提供一个 MCP 端点,你可以把它添加到任何地方——ChatGPT、Claude、Codex、Notion AI,以及以后出现的任何工具——这样每个工具从一开始就已经了解你的项目、决策和历史。你不再需要从零开始重新教导每一个新助手。
核心约定
你保留你的数据。 你的笔记是你拥有的存储桶中的纯 Markdown 文件——Cloudflare R2、AWS S3、Backblaze B2,或任何 S3 兼容存储。你粘贴一个受限密钥;我们通过它读写。撤销密钥后我们就无法访问,但每个文件仍留在你的存储桶中,仍然可读,仍然属于你。
这不是我们日后可能会移除的功能。它就是架构:
纯文件是权威来源。 你可以用 Obsidian 打开、用 grep 搜索或用
rclone导出的 Markdown。绝不使用那种会成为唯一副本的专有数据库。租户以存储桶为边界。 我们从不重写你的密钥,也不会为你的路径添加命名空间。一个已经按这种方式组织的存储桶直接就能用——连接它,什么都不会改变。
网关是可移植的。
apps/mcp是一个自包含的 Cloudflare Worker。即使明天 Context.LC 消失了,你也可以自行部署它,你的存储桶会继续正常工作。索引是一次性的。 搜索缓存和嵌入都是可从文件重建的衍生数据。文件才是事实。
工作原理
Your AI clients Context.LC Your storage
┌────────────────────┐ ┌──────────────────────┐ ┌────────────────────┐
│ ChatGPT │ │ Control plane │ │ R2 / S3 / B2 │
│ Claude │─────▶│ (Convex) │ │ │
│ Codex │ MCP │ accounts, │ │ 0-inbox/ │
│ Notion AI │ over │ workspaces, │ │ 1-projects/ │
│ … │ OAuth│ OAuth grants, │ │ 2-areas/ │
└────────────────────┘ │ storage bindings │ │ 3-resources/ │
├──────────────────────┤ │ 4-archive/ │
│ MCP gateway │─────▶│ privacy.md │
│ (Cloudflare Worker) │ your │ .history/ │
└──────────────────────┘ keys │ .audit/ │
└────────────────────┘
control plane holds metadata only — never your notes, never a second copy两个平面,而划分正是关键所在。控制平面知道你是谁、哪个存储桶是你的、以及你授权了哪些 AI 客户端。数据平面就是你的存储桶。删除你的 Context 账户后,控制平面会忘记你;数据平面不受影响。
按你喜欢的方式组织你的上下文
我们建议使用 PARA,并会在设置时为你搭建好结构:
文件夹 | 存放内容 |
| 原始捕获,未归档 |
| 有明确终态的进行中工作 |
| 持续的职责范围 |
| 参考资料 |
| 不再活跃的内容 |
这是一个建议,不是一种模式。使用你自己的结构,Context 的工作方式不变——工具基于路径操作,而不是基于固定的分类法。
隐私层级
每条笔记都是 private 或 team。文件夹默认设置存放在存储桶根目录的 privacy.md 清单中——你在 Obsidian 中可以看到,并且服务端会在返回任何内容之前强制执行。特定笔记可以在任一方向上覆盖其所在文件夹的默认设置。
team 意味着 你指定的那些人,绝不是公共互联网。没有匿名层级。
仓库布局
路径 | 用途 |
| 控制平面 — 账户、工作区、存储绑定、授权 |
| Expo 应用(iOS、Android、web)— 入门引导和仪表盘 |
| MCP 网关 Worker — 工具、隐私引擎、存储适配器 |
| 跨应用共享的类型与常量 |
开发
pnpm install
npx convex dev # creates your Convex deployment
pnpm dev # Convex + Expo together
cd apps/mcp && pnpm test # 194 checks, no dependencies, no network基于 supa-framework 构建。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
MCP-native collaborative markdown editor with real-time AI document editing
Persistent docs and memory for AI agents — read, write, organize & search a shared workspace.
Markdown-based note-taking with a hosted MCP server. Your notes serve you and your AI.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Supa-Media/context'
If you have feedback or need assistance with the MCP directory API, please join our Discord server