MCPNav
C

Context Cloud

MCP server · by abhinavala

Developer Tools
npmSSE
v0.1.8

Persistent AI memory with shared team workspaces, typed knowledge chunks, and cross-tool support.

Install

Run one of the commands below, then add the client config underneath.

npm
npx -y @contextcloud/mcp-client
SSE
https://api.contextcloud.pro/mcp/protocol

Client configuration

Paste into Claude Desktop, Cursor (mcp.json), VS Code or any MCP client, then restart the client.

mcpServers
{
  "mcpServers": {
    "context-cloud": {
      "command": "npx",
      "args": [
        "-y",
        "@contextcloud/mcp-client"
      ]
    }
  }
}

About this server

Context Cloud is listed in the Developer Tools category of the MCPNav directory. It is distributed as npm, SSE and can be loaded by any client that speaks the Model Context Protocol.

Typical uses include giving your assistant scoped access to the corresponding service so it can answer questions and take actions with real data instead of guessing. Always review what a server can access before you enable it — see our MCP security guide.

Frequently asked questions

What is the Context Cloud MCP server?

Context Cloud is an MCP server by abhinavala. Persistent AI memory with shared team workspaces, typed knowledge chunks, and cross-tool support.

How do I install Context Cloud?

Install it with: npx -y @contextcloud/mcp-client. Then add the JSON config to your client's MCP settings and restart the client.

Is Context Cloud free to use?

The MCP server itself is free to install. The source is public on https://github.com/abhinavala/cntxtv2. Any third-party API it calls (such as a search or maps API) may require its own key and billing.

Which clients support Context Cloud?

Any MCP-compatible client can use it, including Claude Desktop, Cursor, VS Code, Windsurf and custom agents.