MCP.so
Sign In
Servers

ObsidianFetch

@soukouki

MCP servers focused on fetching and presenting information from Obsidian vaults.

Overview

What is ObsidianFetch?

ObsidianFetch is an MCP server focused on fetching and presenting information from Obsidian vaults. It is designed to address the drawbacks of existing MCP servers—such as slow prompt loading due to many commands and unnecessary tool options—especially when running LLMs on local GPUs.

How to use ObsidianFetch?

Install the gem with gem install obsidian_fetch, then run the server by passing your vault path (e.g., obsidian_fetch /path/to/your/vault). By default it uses stdio transport; optionally specify --transport streamable-http and --port for HTTP operation.

Key features of ObsidianFetch

  • Provides only two simple tools: read and list.
  • Automatically removes invalid characters from [[link]] searches.
  • Displays backlinks (notes linking to the opened note) when reading.
  • Designed for fast loading with limited computational resources.
  • Supports both stdio and Streamable HTTP transports.
  • Single-purpose: retrieve and load note lists without clutter.

Use cases of ObsidianFetch

  • An LLM agent needing to read a specific Obsidian note by name without first searching for its path.
  • An LLM exploring connections between notes via backlinks while reading a note.
  • Running an MCP server on a local machine with limited GPU resources for low-latency Obsidian access.

FAQ from ObsidianFetch

What problems does ObsidianFetch solve compared to other Obsidian MCP servers?

It avoids slow prompt loading by supporting only essential commands, eliminates unnecessary tool options that confuse LLMs, and automatically handles [[link]] searches by stripping invalid characters.

How do I install ObsidianFetch?

Install via RubyGems: gem install obsidian_fetch.

Does ObsidianFetch support HTTP transport?

Yes. Use --transport streamable-http and optionally --port to customize the listening port (default 9292).

What tools does ObsidianFetch provide?

Two tools: read (reads a note by name; shows all matches if multiple exist) and list (searches for files with partial name matches).

What are the runtime requirements for ObsidianFetch?

As a Ruby gem, it requires a Ruby runtime. No other dependencies are mentioned.

Tags

More from Memory & Knowledge