Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>MMW Managed Memory WorkspaceNew to Visual Studio Code? Get it now.
MMW Managed Memory Workspace

MMW Managed Memory Workspace

Mikhail Singatullin

| (0) | Free
Ultra-fast persistent cross-model memory for GitHub Copilot Chat, Cline, and AI agents via MCP.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

MMW (Managed Memory Workspace) — MCP Integration & Client Kit

smithery badge Protocol Latency License

Official Model Context Protocol (MCP) connection kit and client configuration guides for MMW (Managed Memory Workspace).

MMW provides ultra-fast (<2ms) persistent memory, tenant isolation, and cryptographic provenance for autonomous AI agents across sessions and tool executions.


⚡ Quickstart

Get your API token at https://app.mmwhub.tech and add the server to your favorite MCP client.

  • Global Endpoint: https://mcp.mmwhub.tech/mcp
  • Supported Transports: Streamable HTTP, SSE
  • Protocol Versions: 2025-11-25, 2025-03-26

💻 Client Configuration

1. Claude Desktop (claude_desktop_config.json)

{
  "mcpServers": {
    "mmw": {
      "url": "https://mcp.mmwhub.tech/mcp",
      "headers": {
        "Authorization": "Bearer <YOUR_MMW_API_KEY>"
      }
    }
  }
}

2. Cursor (~/.cursor/mcp.json)

{
  "mcpServers": {
    "mmw": {
      "url": "https://mcp.mmwhub.tech/mcp",
      "headers": {
        "Authorization": "Bearer <YOUR_MMW_API_KEY>"
      }
    }
  }
}

3. Zed Editor (settings.json)

{
  "context_servers": {
    "mmw": {
      "endpoint": "https://mcp.mmwhub.tech/mcp",
      "headers": {
        "Authorization": "Bearer <YOUR_MMW_API_KEY>"
      }
    }
  }
}

4. Windsurf (~/.codeium/windsurf/mcp_config.json)

{
  "mcpServers": {
    "mmw": {
      "serverUrl": "https://mcp.mmwhub.tech/mcp",
      "headers": {
        "Authorization": "Bearer <YOUR_MMW_API_KEY>"
      }
    }
  }
}

🛠 Available MCP Tools

Tool Description
remember Store long-term knowledge with confidence score, source ID, hash, and provenance tags.
search Instant (<2ms) semantic retrieval over past session decisions, facts, and constraints.
validate_memory Validate memory consistency, verify facts, and resolve contradictory statements.
forget Prune or mark obsolete memories as superseded.
gateway_call Execute tenant-isolated external integrations and connected project tools.

🚀 One-Click Setup Script

We provide automated setup scripts in this repository for macOS, Linux, and Windows:

# macOS / Linux
chmod +x connect.sh
MMW_CREDENTIAL='<YOUR_MMW_API_KEY>' ./connect.sh --client cursor --verify

# Windows (PowerShell)
$env:MMW_CREDENTIAL='<YOUR_MMW_API_KEY>'
.\connect.ps1 -Client cursor -Verify

🌐 Links & Resources

  • Website: https://mmwhub.tech
  • Web App & API Keys: https://app.mmwhub.tech
  • Smithery Registry: https://smithery.ai/server/mmsingatullin/mmw
  • Documentation: https://mmwhub.tech/docs
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
  • Your Privacy Choices
  • Consumer Health Privacy
© 2026 Microsoft