KuzuMem-MCP

KuzuMem-MCP

3.5

KuzuMem-MCP is a distributed memory bank implementation in TypeScript that uses a graph database for memory storage. It is fully compliant with the Model Context Protocol, facilitating seamless integration with IDEs and AI agents.

Top Comments

Why it's not using the official TypeScript MCP SDK?

The official TypeScript MCP SDK is a great project and we will use it in the future. However, we are using a custom implementation for the following reasons:

  • To learn the intricacies of the MCP Protocol
  • To have a more flexible and custom implementation
  • Wanted to start small with CLI and HTTP server implementation and then add more features later