mcpbeat Sign in

Obsidian MCP Server

local only

Obsidian MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 2 Sep 2026.

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

Installs / week
not published
0
Stars
0 open issues
2 Sep 2026
Last commit
from GitHub
Apache-2.0
License
Go

What the code does

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

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 .github/workflows/publish-assets.yml:201
      - name: Update release notes
        env:
          GH_TOKEN: ${{ github.token }}
    certPath := filepath.Join(dir, certFileName)

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

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Alternatives to Obsidian MCP Server

same job, measured the same way
Seekstone
by shaqmughal

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

1 046 installs/wk local only
Obsidian Brain
by sweir1

Obsidian MCP server: semantic search, knowledge graph, and vault editing. No plugin required.

80 installs/wk local only
Obsidian Vault MCP Server
by oleksandrkucherenko

Access Obsidian vaults via Local REST API - read, search, and interact with notes

211 installs/wk local only
Obsidian MCP Server
by cyanheads

Read, write, search, and surgically edit Obsidian notes, tags, and frontmatter via MCP.

5 361 installs/wk local only
Vault Cortex
by aliasunder

Standalone MCP server for Obsidian vaults — hybrid search, notes & files, memory, tasks, OAuth 2.1

local only
Obsidian Semantic Search
by dalecb

Read-only semantic search MCP server for Obsidian vaults using local Ollama embeddings.

89 installs/wk local only
Evc Team Relay MCP
by entire-vc

MCP server for AI agent read/write access to Obsidian vaults via EVC Team Relay.

158 installs/wk local only
Vault MCP Tools
by afable702

Complete Obsidian vault MCP server. 35 tools: notes, search, graph, tags, canvas.

local only

Obsidian MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Obsidian MCP Server?
Obsidian MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is Obsidian MCP Server open source?
Yes — it is published under the Apache-2.0 licence, written in Go and 0 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.