Turbovault

v1.0.0Knowledge & Memorystable

Markdown and OFM SDK w/ MCP server that transforms your Obsidian vault into an intelligent knowledge system

aimarkdownmcpmcp-serverofm
Share:
129
Stars
0
Downloads
0
Weekly
0/5

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

Transform Obsidian vaults into knowledge systems
Use Markdown and OFM SDKs
Enable intelligent note organization
Epistates

Maintainer

LicenseMIT
Languagerust
Versionv1.0.0
UpdatedMay 19, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx turbovault

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

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
1

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 full
2

Verify installation

Confirm the binary is in your PATH after installation.

turbovault --version
# Binary is at ~/.cargo/bin/turbovault
3

Configure 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"
      ]
    }
  }
}
4

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.

5

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.

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.

Quick Config Preview

{ "mcpServers": { "turbovault": { "command": "npx", "args": ["-y", "turbovault"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

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.

33,000+ ServersFree & Open SourceStep-by-Step Guides