Turbovault
Markdown and OFM SDK w/ MCP server that transforms your Obsidian vault into an intelligent knowledge system
What is Turbovault?
Turbovault is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to markdown and ofm sdk w/ mcp server that transforms your obsidian vault into an intelligent knowledge system
Markdown and OFM SDK w/ MCP server that transforms your Obsidian vault into an intelligent knowledge system
This server falls under the Knowledge & Memory category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- Markdown and OFM SDK w/ MCP server that transforms your Obsi
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx turbovaultConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Turbovault
TurboVault is a high-performance MCP server that transforms your Obsidian vault into an intelligent, queryable knowledge system with 47 specialized tools for reading, writing, searching, and analyzing notes. Built in Rust, it provides link analysis, vault health checks, SQL-based frontmatter queries, template management, and multi-vault support — all accessible through natural language via Claude or any MCP client. Knowledge workers and researchers who maintain large Obsidian vaults can use TurboVault to find connections between notes, detect broken links, and navigate their knowledge graph conversationally.
Prerequisites
- Rust toolchain installed (rustup from https://rustup.rs) for building from source, OR cargo install for crates.io installation
- An Obsidian vault with Markdown notes
- An MCP-compatible client such as Claude Desktop
- No external API keys required
Install TurboVault from crates.io
Install the base TurboVault binary from crates.io. Add --features http for HTTP transport support, or --features full for all features including SQL frontmatter queries.
cargo install turbovault
# With all features:
cargo install turbovault --features fullVerify installation
Confirm the binary is in your PATH after installation.
turbovault --version
# Binary is at ~/.cargo/bin/turbovaultConfigure Claude Desktop
Add TurboVault to your claude_desktop_config.json. Specify your Obsidian vault path with --vault and optionally select a performance profile.
{
"mcpServers": {
"turbovault": {
"command": "/Users/user/.cargo/bin/turbovault",
"args": [
"--vault", "/path/to/your/obsidian-vault",
"--profile", "development"
]
}
}
}Restart Claude Desktop
Restart Claude Desktop to load the TurboVault server. All 47 tools will be available, including search, link analysis, health checks, and template management.
Explore your vault through Claude
Ask Claude to search notes, analyze vault health, find isolated notes, or suggest links between related content. You can also add multiple vaults dynamically using the add_vault tool.
Turbovault Examples
Client configuration
Claude Desktop configuration for TurboVault pointing to an Obsidian vault. Use the full absolute path to the turbovault binary and your vault directory.
{
"mcpServers": {
"turbovault": {
"command": "/Users/user/.cargo/bin/turbovault",
"args": [
"--vault", "/Users/user/Documents/MyObsidianVault",
"--profile", "development"
]
}
}
}Prompts to try
Example prompts for exploring and managing an Obsidian vault through TurboVault and Claude.
- "Search my vault for notes about machine learning and show how they connect to each other through links."
- "Run a full health analysis on my vault and list all broken links and isolated notes with no connections."
- "Find my most central hub notes by link count, then suggest notes that should be linked to each other but aren't."Troubleshooting Turbovault
cargo install turbovault fails with a compile error
Ensure your Rust toolchain is up to date: 'rustup update stable'. If building with --features sql fails, ensure libsqlite3-dev (Linux) or sqlite3 (macOS via Homebrew) is installed.
Claude Desktop cannot find the turbovault binary
Use the full absolute path to the binary in your config, not just 'turbovault'. Find the path with 'which turbovault' (should be ~/.cargo/bin/turbovault) and paste it as the command value.
search returns no results even for notes that exist
Verify the --vault path points to the correct directory containing your .md files. The vault path must be an absolute path. If notes are in nested folders, TurboVault searches recursively by default.
Frequently Asked Questions about Turbovault
What is Turbovault?
Turbovault is a Model Context Protocol (MCP) server that markdown and ofm sdk w/ mcp server that transforms your obsidian vault into an intelligent knowledge system It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Turbovault?
Follow the installation instructions on the Turbovault GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with Turbovault?
Turbovault works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Turbovault free to use?
Yes, Turbovault is open source and available under the MIT license. You can use it freely in both personal and commercial projects.
Turbovault Alternatives — Similar Knowledge & Memory Servers
Looking for alternatives to Turbovault? Here are other popular knowledge & memory servers you can use with Claude, Cursor, and VS Code.
MemPalace
★ 52.6kA local AI memory system that stores all conversations verbatim and organizes them into navigable structures. It provides 19 MCP tools for AI assistants to search and retrieve past decisions, debugging sessions, and architecture debates automatically
Kratos
★ 25.7k🏛️ Memory System for AI Coding Tools - Never explain your codebase again. MCP server with perfect project isolation, 95.8% context accuracy, and the Four Pillars Framework.
Context Mode
★ 15.4kAn MCP server that preserves LLM context by intercepting large data outputs and returning only concise summaries or relevant sections. It enables efficient sandboxed code execution, file processing, and documentation indexing across multiple programm
Memu
★ 13.7kMemory for 24/7 proactive agents like OpenClaw.
MemOS
★ 9.3kMemOS (Memory Operating System) is a memory management operating system designed for AI applications. Its goal is: to enable your AI system to have long-term memory like a human, not only remembering what users have said but also actively invoking, u
Everos
★ 5.4kBuild, evaluate, and integrate long-term memory for self-evolving agents.
Browse More Knowledge & Memory MCP Servers
Explore all knowledge & memory servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up Turbovault in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use Turbovault?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.