librarian-mcp

ngmeyer/librarian-mcp
★ 6 stars Rust 🧠 Memory/Knowledge Updated today
Give Claude a librarian for your markdown vault. MCP server for Obsidian + Claude.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "librarian-mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "librarian-mcp"
      ]
    }
  }
}