Sunub Obsidian MCP Server

obsidian-mcp-server는 Obsidian Vault의 Markdown 문서를 AI 에이전트가 조회하고, 관련 근거를 선별하고, 컨텍스트로 압축해 활용할 수 있게 해주는 로컬 우선 MCP 서버입니다. It is available as a remote MCP endpoint.

Teams that want a hosted productivity endpoint instead of running a local process. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-07-06 · ★ 2 · #135 OF 139 MAINTAINED PRODUCTIVITY · VERIFIED 2026-08-25

ISC · TypeScript servers · how we verify → /methodology

01 · Install Sunub Obsidian MCP Server

before you install - you'll need

Set VAULT_DIR_PATH, LLM_API_URL, LLM_CHAT_MODEL before connecting.

Claude Code

claude mcp add sunub-obsidian-mcp-server --transport http https://server.smithery.ai/@sunub/obsidian-mcp-server/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "sunub-obsidian-mcp-server": {
      "url": "https://server.smithery.ai/@sunub/obsidian-mcp-server/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://server.smithery.ai/@sunub/obsidian-mcp-server/mcp

transport: streamable-http

endpoint responds (non-MCP reply - review) · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to server.smithery.ai

license ISC - declared in the repository

registry vendor namespace ai.smithery - domain-verified with the official MCP registry

03 · What Sunub Obsidian MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.3.30 · 2026-07-06

Release/v0.3.11 · Release/v0.3.12 · Fix/npx publish monorepo · restore lancedb version and escape SQL identifiers for c… · Fix/package version sync · Feat/dependency version upgrade · Fix/shared dependencies…

v0.3.29 · 2026-06-07

Release/v0.3.11 · Release/v0.3.12 · Fix/npx publish monorepo · restore lancedb version and escape SQL identifiers for c… · Fix/package version sync · Feat/dependency version upgrade · Fix/shared dependencies…

v0.3.28 · 2026-06-07

Release/v0.3.11 · Release/v0.3.12 · Fix/npx publish monorepo · restore lancedb version and escape SQL identifiers for c… · Fix/package version sync · Feat/dependency version upgrade · Fix/shared dependencies…

04 · Who maintains Sunub Obsidian MCP Server

sunub-obsidian-mcp-server is maintained by sunub. It's the only MCP server we track from this author; the repo dates to Sep 2025.

05 · Facts

category
productivity - ranked #135 of 139 actively-maintained productivity servers as of 2026-08-25.
release cadence
5 releases in the last 90 days (latest 2026-07-06)
registry
ai.smithery/sunub-obsidian-mcp-server (active, first published 2025-09-18)

06 · Sunub Obsidian MCP Server FAQ

What is Sunub Obsidian MCP Server?

obsidian-mcp-server는 Obsidian Vault의 Markdown 문서를 AI 에이전트가 조회하고, 관련 근거를 선별하고, 컨텍스트로 압축해 활용할 수 있게 해주는 로컬 우선 MCP 서버입니다. It is available as a remote MCP endpoint.

Is Sunub Obsidian MCP Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-06 and it shipped 5 releases in the last 90 days. We re-verify nightly.

How do I install Sunub Obsidian MCP Server?

Run `claude mcp add sunub-obsidian-mcp-server --transport http https://server.smithery.ai/@sunub/obsidian-mcp-server/mcp`. The README documents 3 environment variables (VAULT_DIR_PATH, LLM_API_URL, LLM_CHAT_MODEL) to set first. Set VAULT_DIR_PATH, LLM_API_URL, LLM_CHAT_MODEL before connecting. You can also paste the ready-made client config above.

07 · Alternatives to Sunub Obsidian MCP Server

More productivity MCP servers · Obsidian Brain · TaskTime Pro · Cosmos MCP · Temporal Cortex Calendar MCP · Mneme (thegoatpsy)

More TypeScript MCP servers · Supabase · Search1 API · Superlog · Superserve · Microsoft Teams · see all