second-brain-mcp

bitbemol/second-brain-mcp
★ 5 stars Swift Code/Dev Tools Updated 2d ago
Local-first MCP server in Swift for personal knowledge vaults. Provides a compact, format-aware file API, Git-backed versioning, safe concurrent multi-agent access, credential-aware writes, and fast read-only search across PDFs and other reference files.
View on GitHub → 🔍 Audit Wallet Slippage →

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",
        "bitbemol/second-brain-mcp"
      ]
    }
  }
}

README Excerpt

A local MCP server in Swift that gives MCP clients locator-only content search plus a format-aware CRUD API for a knowledge vault. Files under `notes/` are writable; `references/` remains structurally read-only. Successful note changes await a recoverable Git snapshot, and snapshot failures are surfaced explicitly.

Tools (17)

canvascreate_filecsvdelete_filegifharjsonlocationlogmarkdownmove_directorypatchpdfpngread_filesearch_vaultupdate_file