Skip to main content
Glama
d3lanight
by d3lanight

PCD — 便携式上下文卡组

你的上下文。任何 AI。

PCD 是你的便携式上下文层。将支持 MCP 的客户端连接到一个端点,它就会随你的容器启动:结构化上下文、实时工作状态和积累的知识,由你编排并随身携带到每一个你使用的客户端。无论你在哪个 AI 中工作——桌面端、IDE 还是聊天——每个都已预先了解情况,不绑定于任何单一客户端。

访问

PCD 处于早期访问阶段,自助注册按受控批次开放。当容量可用时,前往 app.portablecontext.ai 创建账户。

如果当前批次已满,你可以在那里留下邮箱,我们会在容量开放时与你联系。

账户为你提供完整的产品配置:适用于任何兼容客户端的 MCP 端点、带有容器实时视图的 Web 仪表盘——技能、知识、信号和工作——以及连接管理和导出。文档是公开的。

Related MCP server: AgentMailbox

连接

进入后,将支持 MCP 的客户端指向端点,并在首次连接时登录。无需 API 密钥。

端点

https://mcp.portablecontext.ai/mcp

传输方式

Streamable HTTP

认证方式

OAuth 2.0 + PKCE

{
  "mcpServers": {
    "pcd": {
      "url": "https://mcp.portablecontext.ai/mcp",
      "transport": "http"
    }
  }
}

然后使用 load console 创建和管理你的容器,使用 load <container> 进入某个容器,或直接加载一个专家。

你将获得

  • 加载 — 一次调用即可用你的操作上下文为 AI 做简报。

  • 专家 — 限定于某个领域、角色或任务的专门上下文。

  • 工作状态 — 跟随你跨客户端流动的实时工作。

  • 知识 — 你积累的结构化理解。

  • 信号 — 超越单次会话的发现。

  • 技能 — 附加到某个卡组或跨卡组共享的可复用技能。

  • 连接 (实验性) — 通过一个经过认证的界面连接外部工具。

数据与隐私

你的数据保留在你的账户中——我们不会出售它,也不会用它进行训练。

源码与许可证

本仓库包含 PCD 的公开核心,采用 GNU Affero General Public License v3.0 only。该机制是开放且可审查的——AGPL 保证这一点不会改变。

此源码快照目前未打包为可运行的自托管发行版。当需求合理时,社区自托管版本会被提上日程。PCD 的托管服务、运营层和私有产品能力不属于本仓库的一部分。

内置字体保留其上游许可证;参见第三方声明。PCD 的名称、徽标和品牌资产另行处理;参见商标

贡献

目前不接受外部代码贡献。在开放贡献之前,PCD 将发布一份贡献者许可协议,说明维护开源和可能的商业许可路径所需的权利。

代码注释中的 PCD-### 引用指向项目内部问题跟踪器,并作为溯源标记保留。


使用 PCD 构建,在 PCD 内部完成。

Maintenance

ActivityMaintained
ResponsivenessSyncing

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

Related MCP Servers

  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables AI agents to maintain persistent context across sessions, restarts, and handoffs through a mailbox-based context sync protocol, compatible with any MCP-aware client.
    16
    1
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Shared context storage for AI agents. Enables any MCP-compatible model to store, read, and search context entries through the MCP server, with a web UI for management.
    174
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    The personal context layer for AI - one user owned profile plus files, read by any MCP client so you never re-introduce yourself.
    1
    MIT

Latest Blog Posts

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/d3lanight/pcd'

If you have feedback or need assistance with the MCP directory API, please join our Discord server