MCP Directory
Back

mcp-memory-proxy

by beamwarden · Python · ★ 0

MCP server that wraps @modelcontextprotocol/server-memory with per-project namespace isolation

Install

pip install git+https://github.com/beamwarden/mcp-memory-proxy.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-memory-proxy": {
      "command": "uvx",
      "args": [
        "git+https://github.com/beamwarden/mcp-memory-proxy.git"
      ]
    }
  }
}

From the README

A lightweight MCP server that wraps [](https://github.com/modelcontextprotocol/servers/tree/main/src/memory) with per-project namespace isolation. All memory entities are prefixed by project slug () before being forwarded to the underlying memory server, preventing cross-project bleed. The prefix is stripped transparently on reads so callers see bare names. Every tool call requires a parameter matching a slug in . The proxy: 1. Prefixes entity names and relation endpoints with before writing 2. Filters results to the current project's namespace on reads 3. Strips the prefix from returned…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers