KnowledgeBaseServer

mbcrawfo/KnowledgeBaseServer
★ 7 stars C# 🗄️ Database Updated 2mo ago
Model Context Protocol (MCP) server allowing LLMs to store and search knowledge in a SQLite database
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "knowledgebaseserver": {
      "command": "npx",
      "args": [
        "-y",
        "mbcrawfo/KnowledgeBaseServer"
      ]
    }
  }
}