Your AI tools finally share one project memory.
MeMesh gives MCP-compatible AI tools (Claude Code, Claude Desktop, Cursor, Gemini CLI, Codex CLI, and more) a shared, project-scoped memory — each project workspace keeps its own knowledge, so nothing leaks between projects.
- Website: memesh.ai
- Documentation: memesh.ai/docs
This repository hosts the public issue tracker, license, and release notes for the MeMesh Cloud npm packages:
| Package | What it is |
|---|---|
@memesh/cloud |
MeMesh Cloud MCP server — project-scoped cloud memory and agent coordination. Registers as memesh-cloud. |
@memesh/sdk |
Official TypeScript SDK for the MeMesh Cloud API. |
@memesh/provider-catalog |
Shared BYOK provider catalog (internal support package). |
Also part of the family:
| Package | What it is |
|---|---|
@pcircle/memesh |
Local, open-source MeMesh memory server (source). One SQLite file, no cloud account. Registers as memesh. |
The local server (memesh) and the cloud server (memesh-cloud) are
complementary and run side by side in the same MCP client.
MeMesh Cloud is in Alpha. Create an account at
memesh.ai/en/signup, then run
npx @memesh/cloud setup.
- Bug reports and feature requests: GitHub Issues
- Email: support@memesh.ai
The npm packages published from this project (@memesh/cloud, @memesh/sdk,
@memesh/provider-catalog) are licensed under the MIT License.
The MeMesh Cloud service and its server-side source code are proprietary to
PCIRCLE.AI.