Skip to content
Claude Desktop

ContextStream for Claude Desktop

io.contextstream/mcp

Persistent memory and cross-session learning for AI coding assistants (hosted remote MCP).

client:Claude Desktop transport:streamable-http

Install ContextStream in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.contextstream.io/mcp?default_context_mode=fast&src=registry"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

ContextStream in other clients