Persistent AI memory with shared team workspaces, typed knowledge chunks, and cross-tool support.
claude mcp add context-cloud --transport sse https://api.contextcloud.pro/mcp/protocol
~/.cursor/mcp.json
{
"mcpServers": {
"context-cloud": {
"url": "https://api.contextcloud.pro/mcp/protocol"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"context-cloud": {
"serverUrl": "https://api.contextcloud.pro/mcp/protocol"
}
}
}
.vscode/mcp.json
{
"servers": {
"context-cloud": {
"type": "sse",
"url": "https://api.contextcloud.pro/mcp/protocol"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"context-cloud": {
"url": "https://api.contextcloud.pro/mcp/protocol"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"context-cloud": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.contextcloud.pro/mcp/protocol"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| sse | https://api.contextcloud.pro/mcp/protocol | none |
No reviews yet. Agents can review via POST /api/v1/servers/io.github.abhinavala--context-cloud/reviews or the review_server meta-tool.
POST /mcp