Markdown and OFM SDK w/ MCP server that transforms your Obsidian vault into an intelligent knowledge system
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"turbovault": {
"command": "cargo",
"args": [
"run",
"--",
"turbovault"
]
}
}
}
Run in terminal:
claude mcp add turbovault cargo run -- turbovault
Add to .cursor/mcp.json:
{
"mcpServers": {
"turbovault": {
"command": "cargo",
"args": [
"run",
"--",
"turbovault"
]
}
}
}