Central-Memory-MCP

MWGMorningwood/Central-Memory-MCP

3.3

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 henry@mcphub.com.

Central Memory MCP Server is a Model Context Protocol memory server built with Azure Functions and TypeScript, designed to provide persistent knowledge graph storage for AI assistants in VS Code.

Tools

Functions exposed to the LLM to take actions

create_entities

Create single entity with observations

create_relations

Create single relationship between entities

read_graph

Read the entire knowledge graph

search_entities

Search by name/type

add_observation

Add observations to existing entities

update_entity

Update entity observations and metadata

delete_entity

Remove entity and all its relations

get_stats

Get workspace statistics

clear_memory

Clear all workspace data

get_temporal_events

Time-based activity tracking

merge_entities

Merge duplicate entities

detect_duplicate_entities

Find potential duplicates

execute_batch_operations

Batch multiple operations

get_user_stats

Get user-specific statistics

search_relations_by_user

Find relations by user

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources