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
🧠 Ultimate MCP Server
DicklesworthstoneComprehensive MCP server exposing dozens of capabilities to AI agents: multi-provider LLM delegation, browser automation, document processing, vector ops, and cognitive memory systems
RAG Documentation MCP Server
hannesrudolphAn MCP server implementation that provides tools for retrieving and processing documentation through vector search, enabling AI assistants to augment their responses with relevant documentation context.
Memory Bank MCP Server
alioshrA Model Context Protocol (MCP) server implementation for remote memory bank management, inspired by Cline Memory Bank.
JupyterMCP - Jupyter Notebook Model Context Protocol Integration
jjsantos01A Model Context Protocol (MCP) for Jupyter Notebook
Notion MCP Server
makenotionOfficial Notion MCP Server
Comments