Overview of MCPVault Core Features
mainMCPVault is designed for safe, high-performance AI access to local knowledge bases. Key capabilities include:
- Powerful Search: Fast full-text search using multi-word matching and BM25 relevance ranking across names, content, tags, and metadata.
- Safe Frontmatter Handling: Uses AST-aware YAML updates to preserve raw formatting (dates, quotes, time values) for unmodified fields during updates.
- File Operations: Safe read, write, create, update, and organize operations for vault management.
- Security: Includes path traversal protection and controlled access via the MCP protocol.
- Token Optimization: Uses minified JSON field names and compact responses to reduce token usage in AI API calls.
- Complete Toolkit: Provides 15 MCP tools including
read,write,patch,movefiles,searchcontent,managetags,updatefrontmatter, andvault stats.