ContextStream for VS Code
io.contextstream/mcp
Persistent memory and cross-session learning for AI coding assistants (hosted remote MCP).
client:VS Code
transport:streamable-http
Install ContextStream in VS Code
.vscode/mcp.json
{
"servers": {
"mcp": {
"type": "http",
"url": "https://mcp.contextstream.io/mcp?default_context_mode=fast&src=registry"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs