ObsidianFetch
@soukouki
About ObsidianFetch
MCP servers focused on fetching and presenting information from Obsidian vaults.
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
2Read a note from the Obsidian vault. If multiple notes with the same name are found, all will be shown.
Search for files with matching names partially.
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:
readandlist. - 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.
More Memory & Knowledge MCP servers
Memory Bank MCP Server
alioshrA Model Context Protocol (MCP) server implementation for remote memory bank management, inspired by Cline Memory Bank.
Jupyter Notebook MCP Server (for Cursor)
jbenoModel Context Protocol (MCP) server designed to allow AI agents within Cursor to interact with Jupyter Notebook (.ipynb) files
minutes
silversteinEvery meeting, every idea, every voice note — searchable by your AI. Open-source, privacy-first conversation memory layer.
MCP server for Obsidian
MarkusPfundsteinMCP server that interacts with Obsidian via the Obsidian rest API community plugin
Zettelkasten MCP Server
entanglrA Model Context Protocol (MCP) server that implements the Zettelkasten knowledge management methodology, allowing you to create, link, explore and synthesize atomic notes through Claude and other MCP-compatible clients.
Comments