Back to MCP Servers
Central Memory
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-memoryazurerag
Installation
npx -y Central-Memory-MCPConfiguration
{
"mcpServers": {
"Central-Memory-MCP": {
"command": "npx",
"args": ["-y", "Central-Memory-MCP"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes