
Sunub Obsidian Mcp Server
Search and summarize notes in your Obsidian vault from the agent so specs, research, and runbooks stay in markdown instead of chat logs.
Overview
Sunub Obsidian MCP Server is a Build-phase MCP server that lets agents search and summarize an Obsidian vault through Smithery’s hosted obsidian-mcp-server endpoint.
What is this MCP server?
- Search Obsidian vault by title or keyword via Smithery-hosted remote
- Summarize related note clusters for faster agent context assembly
- Streamable HTTP MCP at server.smithery.ai/@sunub/obsidian-mcp-server/mcp
- Open-source lineage: github.com/sunub/obsidian-mcp-server
- Version 1.0.0 with standard Smithery Bearer API key auth
- Server version 1.0.0 per server.schema.json
- Repository: github.com/sunub/obsidian-mcp-server
- Hosted streamable-http remote on server.smithery.ai
Community signal: 2 GitHub stars.
What problem does it solve?
Your best specs and research live in Obsidian while the agent only sees the repo, so you waste time copying notes into every prompt.
Who is it for?
Markdown-first solo builders who run a second brain in Obsidian and want Smithery-hosted vault search without writing a custom MCP.
Skip if: Teams standardized on Notion-only wikis, or setups that cannot expose vault access to a hosted Smithery bridge.
What do I get? / Deliverables
With the remote configured, the agent can query vault titles and keywords and summarize linked notes during doc-heavy build work.
- Vault search and summarization callable from the agent
- Reduced manual note paste into coding sessions
- Smithery remote pointing at github.com/sunub/obsidian-mcp-server lineage
Recommended MCP Servers
Journey fit
Obsidian is the personal knowledge layer that parallels repo docs during Build, especially when agents draft and retrieve technical notes stored outside git. Vault search and summarization is documentation and knowledge retrieval work, not backend service code or deploy infrastructure.
How it compares
Obsidian vault MCP integration—not a note-taking methodology skill or a full-text static export pipeline.
Common Questions / FAQ
Who is Sunub Obsidian MCP Server for?
Developers and indie builders who store technical notes in Obsidian and want Claude Code, Cursor, or similar agents to search that vault over MCP.
When should I use Sunub Obsidian MCP Server?
Use it during build and docs tasks when implementation depends on vault research, ADRs, or runbooks that are not in the repository.
How do I add Sunub Obsidian MCP Server to my agent?
Add https://server.smithery.ai/@sunub/obsidian-mcp-server/mcp as streamable-http with Authorization Bearer {smithery_api_key}, and ensure vault access matches the server’s requirements.