mcpbeat Sign in

Sunub Obsidian MCP Server

not responding

Sunub Obsidian MCP Server is listed as active in the registry but did not answer our last check. Last commit 6 Jul 2026.

Search your Obsidian vault to quickly find notes by title or keyword, summarize related content, a…

Uptime history 47 days of history · worst day 0%
47 days agonow
0.0%
Uptime 24h
0 of 91 checks
Tools
hidden behind auth
325 ms
Response time
average over 24h
2
Stars
last commit 6 Jul 2026

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

A tool parameter reaches a file or shell call read_offloaded_file.path → src/cli/App.tsx:164
                    const content = readFileSync(filePath, "utf-8");
Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a database query by concatenation src/cli/hooks/useCommandCompletion.ts:286
                    textToInsert +
                    currentLine.substring(end);

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 13 min ago.

run in your terminal
claude mcp add sunub-obsidian-mcp-server --transport http https://server.smithery.ai/@sunub/obsidian-mcp-server/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "sunub-obsidian-mcp-server": {
      "url": "https://server.smithery.ai/@sunub/obsidian-mcp-server/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.sunub-obsidian-mcp-server]
url = "https://server.smithery.ai/@sunub/obsidian-mcp-server/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "sunub-obsidian-mcp-server": {
      "url": "https://server.smithery.ai/@sunub/obsidian-mcp-server/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "sunub-obsidian-mcp-server": {
      "url": "https://server.smithery.ai/@sunub/obsidian-mcp-server/mcp"
    }
  }
}

Endpoints

URLTransportStateLatencyChecked
https://server.smithery.ai/@sunub/obsidian-mcp-server/mcp streamable-http answering 325 ms 13 min ago

Alternatives to Sunub Obsidian MCP Server

same job, measured the same way
Adam Framework
by strangeadvancedmarketing

Persistent memory tools for Claude Desktop. Search your vault or Obsidian notes mid-conversation.

68 installs/wk local only
Obsidian MCP Server
by tylern91

Filesystem-based MCP server for Obsidian vaults — read, search, and edit notes, no app required.

local only
Second Brain Bridge
by isaiahdupree

Search and reason over your Obsidian-style Markdown vault, right from ChatGPT.

answering
Seekstone
by shaqmughal

Filesystem-direct Obsidian MCP server — search and edit your vault with low context-tax.

817 installs/wk local only
Stellavault
by evanciel

Local-first MCP server: Claude searches, asks & drafts from your Obsidian vault. 21 tools, no keys.

103 installs/wk local only
Enquire MCP
by oomkapwn

Long-term memory for AI agents — your Obsidian vault as searchable persistent memory.

517 installs/wk local only
Freshvault
by kioko-lab

Local semantic search over your Obsidian vault - always fresh, never reindex.

93 installs/wk local only
Enzyme
by jshph

Semantic search and AI context for your Obsidian vault. Surface patterns with catalysts.

local only

Sunub Obsidian MCP Server — questions

Answers built from our own checks of this server.

Is Sunub Obsidian MCP Server working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 0 of 91 checks got a reply (0.0%), average response time 325 ms. The bar chart above shows every period we have measured.
The registry lists Sunub Obsidian MCP Server as active — why does it not respond?
The official MCP registry stores what the author submitted; it does not verify that the server still runs. We check the endpoint ourselves, and this one does not answer. Catalogues that copy the registry without checking will show it as working.
How do I connect Sunub Obsidian MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Sunub Obsidian MCP Server need an API key?
No. Sunub Obsidian MCP Server completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. This is what we observed, not what the docs claim.
Is Sunub Obsidian MCP Server open source?
Yes — it is published under the ISC licence, written in TypeScript and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.