second-brain-mcp

CoMfUcIoS/second-brain-mcp
★ 4 stars TypeScript 🗄️ Database Updated today
An MCP (Model Context Protocol) server that provides intelligent read-only access to your Obsidian vault, enabling it to function as a "second brain" for LLMs.
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": {
    "second-brain-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "CoMfUcIoS/second-brain-mcp"
      ]
    }
  }
}

README Excerpt

A read-only MCP server for intelligent, secure access to your Obsidian vault—enabling semantic search, metadata filtering, and more for LLMs. - **Efficient Database Storage**: SQLite-based indexing for large vaults with persistent caching - **Memory Mode Option**: Optional in-memory indexing for small vaults or development