MCP servers focused on fetching and presenting information from Obsidian vaults.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"obsidian-fetch": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP servers focused on fetching and presenting information from Obsidian vaults.
This server supports HTTP transport. Be the first to test it — help the community know if it works.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in productivity
Dynamic problem-solving through sequential thought chains
Persistent memory using a knowledge graph
mini cli search engine for your docs, knowledge bases, meeting notes, whatever. Tracking current sota approaches while being all local
Official Notion MCP Server
MCP Security Weekly
Get CVE alerts and security updates for Obsidian_fetch and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Languages: 日本語
MCP servers focused on fetching and presenting information from Obsidian vaults.
The existing MCP server has the following drawbacks:
These issues become particularly noticeable when running an LLM on a local GPU.
To address this, we developed a new MCP server that simply retrieves and loads lists of notes.
The new server also provides the following additional features:
[[link name]], the server automatically removes any characters that cannot be used in links.gem install obsidian_fetch
obsidian_fetch /path/to/your/vault
To run the server as an HTTP server:
obsidian_fetch /path/to/your/vault --transport streamable-http
By default, the server listens on http://localhost:9292. You can customize the port:
obsidian_fetch /path/to/your/vault --transport streamable-http --port 3000
Bug reports and pull requests are welcome on GitHub at https://github.com/soukouki/obsidian_fetch.
The gem is available as open source under the terms of the MIT License.