Portable execution context for agent workflows. Create structured capsules with summaries, decisions, and next steps that agents use for handoffs between sessions. Capsules expire after 7 days. Free API — sign up with the signup tool.
Server Config
{
"mcpServers": {
"contextcapsule": {
"command": "npx",
"args": [
"-y",
"@contextcapsule/mcp-server"
],
"env": {
"CONTEXTCAPSULE_API_KEY": "ak_your_key_here"
}
}
}
}