Index page for the Central Memory MCP Server documentation.
A .NET 10 Azure Functions (isolated) implementation of a Model Context Protocol (MCP) memory & knowledge graph service. Provides durable, queryable project memory for AI assistants through HTTP-exposed MCP tool endpoints.
workspaceNamedotnet restore
dotnet build
func start --port 7071
curl http://localhost:7071/api/health
curl http://localhost:7071/api/ready
Local storage:
AzureWebJobsStorage=UseDevelopmentStorage=true
Edge cases: Missing entities auto-created during relation/observation operations.
GraphFunctions.cs, HealthFunctions.cs)KnowledgeGraphService.cs)TableStorageService.cs)GraphModels.cs)Edit appsettings.json (local). Set production values via environment variables:
AzureWebJobsStorage=DefaultEndpointsProtocol=https;AccountName=<name>;AccountKey=<key>;EndpointSuffix=core.windows.net
MIT (see repository LICENSE).