memory-bank-mcp-server

yywdandan/memory-bank-mcp-server

3.3

If you are the rightful owner of memory-bank-mcp-server 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.

Memory Bank MCP Server is a protocol server designed for managing project documentation and tasks using the Model Context Protocol (MCP), specifically tailored for integration with large language models (LLMs).

Tools

Functions exposed to the LLM to take actions

list_projects

Retrieve a list of all projects.

create_project

Create a new project.

update_project

Update project information.

delete_project

Delete a project.

list_documents

Retrieve a list of project documents.

get_document

Retrieve the content of a document.

update_document

Update the content of a document.

list_rules

Retrieve a list of project rules.

get_rule

Retrieve the content of a rule.

create_rule

Create a new rule.

update_rule

Update the content of a rule.

delete_rule

Delete a rule.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources