🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

obsidian-mcp-seekstone

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

obsidian-mcp-seekstone

Renamed to seekstone — install that instead. Obsidian MCP server for Claude, filesystem-direct vault access.

latest
Source
npmnpm
Version
0.7.1
Version published
Maintainers
1
Created
Source

obsidian-mcp-seekstone

This package has been renamed to seekstone. Install that instead.

obsidian-mcp-seekstone was a discoverability alias for seekstone — the filesystem-direct Obsidian MCP server. The two packages were always the same server. The project has consolidated on the canonical name seekstone, and this alias is deprecated.

Existing installs keep working — this package still runs the same server — but it no longer receives updates. Migrate your MCP config when convenient.

How to migrate

Replace obsidian-mcp-seekstone with seekstone wherever it appears.

Claude Desktopclaude_desktop_config.json:

 {
   "mcpServers": {
     "seekstone": {
       "command": "npx",
-      "args": ["-y", "obsidian-mcp-seekstone"],
+      "args": ["-y", "seekstone"],
       "env": { "SEEKSTONE_VAULT": "/absolute/path/to/your/vault" }
     }
   }
 }

Claude Code:

claude mcp remove seekstone
claude mcp add seekstone --env SEEKSTONE_VAULT=/path/to/vault -- npx -y seekstone

Guided setup (auto-detects your vault, patches your client config):

npx -y seekstone init

What is Seekstone?

The fastest Obsidian MCP server for Claude — it reads your vault directly from disk, no Obsidian app, no plugins, no network calls. 16 tools over stdio: search (ranked excerpts, not full notes), reads, writes, link navigation, and structural ops. macOS, Linux, and Windows (Node.js ≥ 22).

Everything lives at:

License

MIT © Shaq Mughal

Keywords

obsidian

FAQs

Package last updated on 02 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts