Skip to main content
Glama
d3lanight
by d3lanight

PCD — Portable Context Deck

Your context. Any AI.

PCD is your portable context layer. Connect an MCP-capable client to one endpoint and it boots with your containers: structured context, live work state, and accumulated knowledge, composed by you and carried across every client you use. Use it in whichever AI you're working in—desktop, IDE, or chat—each already briefed, with nothing tied to a single client.

Access

PCD is in early access, with self-serve signup available in controlled batches. Go to app.portablecontext.ai to create an account when capacity is available.

If the current batch is full, you can leave your email there and we'll be in touch when capacity opens.

An account gives you the full product setup: an MCP endpoint for any compatible client, a web dashboard with a live view of your containers—skills, knowledge, signals, and work—plus connection management and export. The documentation is public.

Related MCP server: AgentMailbox

Connect

Once you're in, point an MCP-capable client at the endpoint and sign in on first connect. No API key is required.

Endpoint

https://mcp.portablecontext.ai/mcp

Transport

Streamable HTTP

Authentication

OAuth 2.0 + PKCE

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

Then load console to create and manage your containers, load <container> to enter one, or load a specialist directly.

What you get

  • Load — one call briefs your AI with your operating context.

  • Specialists — specialized contexts scoped to a domain, role, or task.

  • Work state — live work that follows you across clients.

  • Knowledge — your accumulated, structured understanding.

  • Signals — findings that outlive a session.

  • Skills — reusable skills attached to a deck or shared across them.

  • Connections (experimental) — connected external tools through one authenticated surface.

Data and privacy

Your data stays in your account—we don't sell it or train on it.

Source and licence

This repository contains PCD's public core under the GNU Affero General Public License v3.0 only. The mechanism is open and inspectable—AGPL guarantees it stays that way.

This source snapshot is not currently packaged as a runnable self-hosted distribution. A community self-hosted edition is on the table when demand justifies it. PCD's managed service, operational layer, and private product capabilities are not part of this repository.

The bundled fonts keep their upstream licences; see Third-party notices. PCD's names, logos, and brand assets are handled separately; see Trademarks.

Contributions

External code contributions are not currently accepted. Before opening contributions, PCD will publish a contributor licence agreement that explains the rights needed to maintain both the open-source and possible commercial licensing paths.

PCD-### references in code comments point to the project's internal issue tracker and are kept as provenance markers.


Built with PCD, inside 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