MCP Directory
Back

Central-Memory-MCP

by MWG-Logan · C# · ★ 1

A custom fork of @modelcontextprotocol/server-memory using Azure Functions MCP triggers and Table storage.

Install

git clone https://github.com/MWG-Logan/Central-Memory-MCP.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "central-memory-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:MWG-Logan/Central-Memory-MCP"
      ]
    }
  }
}

From the README

[](https://archestra.ai/mcp-catalog/mwgmorningwood__central-memory-mcp) Model Context Protocol (MCP) compliant memory & knowledge graph server implemented in .NET 10 (Azure Functions isolated worker). Provides durable project memory (entities, relations, observations) for AI assistants with workspace isolation and simple HTTP tool endpoints. Current function set (alpha stage): - read_graph - returns all entities for a workspace (relations currently queried separately and joined) - upsert_entity - create or update entity (preserves existing Id if name exists) - upsert_relation - create or upd…
Read full README on GitHub →

Related filesystem servers