Skip to main content
Glama
133,407 tools. Last updated 2026-05-12 22:37

"obsidian" matching MCP tools:

  • Persist facts, decisions, lessons, or patterns for durable context retrieval. Writes to SQLite, optionally syncs to Obsidian vault. Handles duplicates via strict, warn, or off modes.
    MIT
  • Find project facts, decisions, and patterns using ranked full-text search across SQLite and file memories, with optional Obsidian integration and progressive detail levels.
    MIT
  • Return details of the currently focused file in Obsidian, including its path, modification time, and view mode (edit/preview).
    Apache 2.0
  • Open a vault-relative note in the live Obsidian UI, optionally in a new split pane. Does not create or modify content.
    Apache 2.0
  • Render templates with variable substitution or execute Templater scripts, creating notes or inserting content into Obsidian.
    Apache 2.0

Matching MCP Servers

Matching MCP Connectors

  • Parse an Obsidian canvas file to retrieve its full structure, including every node and edge. Use for complete graph analysis.
    Apache 2.0
  • Export the dependency graph in GraphML, Cypher, or Obsidian format for analysis with external tools like Gephi, Neo4j, or Obsidian vaults.
  • Extract and analyze image files from your Obsidian vault for detailed examination. Use this tool to process standalone images like diagrams, screenshots, or attachments for AI-powered analysis and description.
    MIT
  • Navigate backward or forward through Obsidian file history, stepping one entry per call. No-op when the stack is empty in the given direction.
    Apache 2.0
  • List all Obsidian vaults discovered from environment variables, default path, and Obsidian's registry, deduplicated. Each vault shows source and status to identify stale or missing paths. Optionally force a fresh scan.
    Apache 2.0
  • Run an Obsidian command by its internal ID, optionally with arguments. Requires the Local REST API plugin.
    Apache 2.0
  • Delete files or directories from your Obsidian vault to remove outdated or duplicate notes. Requires explicit confirmation for this destructive operation.
    MIT
  • Adds or updates properties in an Obsidian markdown file's frontmatter to apply generated metadata such as title, date, tags, and summary.
    ISC