memex-mcp

jacquesbh/memex-mcp

3.4

If you are the rightful owner of memex-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.

MEMEX is a Model Context Protocol (MCP) server designed to manage a knowledge base of guides and contexts, inspired by Vannevar Bush's Memex concept.

Tools

Functions exposed to the LLM to take actions

get_guide

Retrieve a specific guide from the knowledge base.

list_guides

List all available guides in the knowledge base.

write_guide

Create or update a guide in the knowledge base.

delete_guide

Remove a guide from the knowledge base.

get_context

Retrieve a specific context from the knowledge base.

list_contexts

List all available contexts in the knowledge base.

write_context

Create or update a context in the knowledge base.

delete_context

Remove a context from the knowledge base.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources