mbcrawfo/KnowledgeBaseServer
If you are the rightful owner of KnowledgeBaseServer 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.
The MCP KnowledgeBase Server is a Model Context Protocol server designed to store and retrieve memories for LLMs using a SQLite database.
Tools
Functions exposed to the LLM to take actions
SearchMemory
Performs a search for memories in the knowledge base.
ConnectMemories
Connects memory nodes together to help find related memories in the future.
GetTopics
Lists all topics in the knowledge base.
CreateMemory
Creates a new memory in the knowledge base.
GetMemoryById
Retrieves a single memory from the knowledge base.
Prompts
Interactive templates invoked by user choice
General Memory Usage
Provides general instructions to the LLM on using memory tools to store and recall information.
Resources
Contextual data attached and managed by the client