Skip to main content
Knowledge & MemoryTypeScript

MWGMorningwood/Central-Memory-MCP

An Azure PaaS-hostable MCP server that provides a workspace-grounded knowledge graph for multiple developers using Azure Functions MCP triggers and Table storage.

knowledge-memorycloud-service
Share:

Quick Start

Clone the repository:

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

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Knowledge & Memory
Language
TypeScript
Author
MWGMorningwood