context cloud for VS Code
io.github.abhinavala/context-cloud
Persistent AI memory with shared team workspaces, typed knowledge chunks, and cross-tool support.
client:VS Code
transport:sse
runtime:npm
Install context cloud in VS Code
.vscode/mcp.json
{
"servers": {
"context-cloud": {
"type": "sse",
"url": "https://api.contextcloud.pro/mcp/protocol"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs