blackglass

humantorch/blackglass
★ 0 stars TypeScript 💻 Code/Dev Tools Updated 3d ago
An Obsidian plugin that embeds Claude Code directly inside your vault: interactive terminal, quick-ask modal, and a built-in vault MCP server, all without leaving Obsidian.
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": {
    "blackglass": {
      "command": "npx",
      "args": [
        "-y",
        "humantorch/blackglass"
      ]
    }
  }
}

README Excerpt

An Obsidian plugin that embeds [Claude Code](https://claude.ai/code) directly inside your vault: interactive terminal, quick-ask modal, and a built-in vault MCP server, all without leaving Obsidian. - **Interactive terminal** — full Claude Code session in an Obsidian sidebar panel (xterm.js + node-pty)

Tools (9)

claudecreate_noteget_active_notelist_notesmonospaceread_notesearch_note_contentsearch_vaultupdate_note