A local knowledge management MCP server built with FastMCP framework.
Features
✅ Smart Storage: Auto-generate titles and tags
🔍 Powerful Search: Support fuzzy search and tag filtering
🏷️ Smart Tags: AI-suggested tags based on content
📊 Statistics: Knowledge base usage statistics
💾 Secure Storage: Data stored in user home directory
🔒 Thread Safe: Support concurrent access
Server Config
{
"mcpServers": {
"knowledge-vault": {
"command": "uv",
"args": [
"--directory",
"/path/to/your/local_store_mcp",
"run",
"python",
"start_server_new.py"
],
"cwd": "/path/to/your/local_store_mcp",
"description": "Local Knowledge Management MCP Server"
}
}
}