MWG-Logan/Central-Memory-MCP
If you are the rightful owner of Central-Memory-MCP and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
Central Memory MCP Server is a Model Context Protocol compliant server implemented in .NET 10 using Azure Functions. It provides a durable memory and knowledge graph for AI assistants, ensuring workspace isolation and offering simple HTTP tool endpoints.
Tools
Functions exposed to the LLM to take actions
read_graph
Returns all entities for a workspace.
upsert_entity
Create or update an entity, preserving existing Id if name exists.
upsert_relation
Create or update a relation between two entities.
get_entity_relations
List relations originating from a specific entity.
Health & Ready endpoints
Endpoints to check server health and readiness.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client