Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ› οΈ Other Tools and Integrations
  3. Seekstone
Seekstone logo
Health: ActiveRecent health check succeeded.Last checked 9/7/2026, 2:31:20 AM

Seekstone

User RatingsBe the first to rate and review this MCP server!
View Repository25 GitHub StarsTotal stargazers on GitHub for the source repository (25 stars).Visit Website

Filesystem-direct Obsidian MCP server providing fast, low-overhead vault search and frontmatter queries without needing Obsidian or plugins.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "shaqmughal-seekstone": {
      "command": "npx",
      "args": [
        "-y",
        "seekstone"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (21) Directory Badge Claim listing AlternativesπŸ› οΈ More in Other Tools and Integrations

Overview

Seekstone is an MCP server that enables direct read and write access to an Obsidian vault by reading files directly from disk. It does not require the Obsidian app to be running or any plugins installed, reducing context payload sizes significantly. Seekstone maintains a warm full-text index in-process, enabling single-digit millisecond search latency and structured frontmatter queries. It is suitable for developers needing efficient, local access to Obsidian vault data with minimal overhead.

Use cases

β€’Search large Obsidian vaults with low latency
β€’Query structured frontmatter properties efficiently
β€’Access and modify vault files without running Obsidian
β€’Integrate Obsidian data into AI agents or tools via MCP
β€’Perform local vault operations with minimal context payload

Key features

β€’Direct filesystem access to Obsidian vault
β€’No Obsidian app or plugins required
β€’Single-digit millisecond warm search latency
β€’Extremely small search payloads (~2 KB at 10k notes)
β€’Built-in structured frontmatter queries (query_notes)
β€’Cross-platform support: macOS, Linux, Windows

Capabilities & Tool Schemas (21) ~822 tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server β€” may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Seekstone.

search

Full-text search. Returns ranked excerpts (default ~120 chars, tunable via `excerptLength`), not full notes. Fuzzy and prefix matching; with `SEEKSTONE_SEMANTIC=1`, `mode: "semantic"`/`"hybrid"` searches by meaning via a local embedding model (nothing leaves your machine).

query_notes

Structured metadata query. Filter by frontmatter key/value predicates (`eq`, `ne`, `contains`, `exists`, `missing`, `gt`/`gte`/`lt`/`lte`), tag, folder, modified time, and size; sort and select the fields you need. Returns compact rows (path + title by default), not note content.

context_pack

Answer-ready context for a natural-language question in one call, hard-capped at a byte budget (default 2 KB): ranked excerpts, linked neighbor notes with one-line summaries, and follow-up source paths β€” replaces a search β†’ read β†’ get_backlinks round-trip loop.

read_note

Read the full content of a note by vault-relative path. Supports returning a single section, block, or line range.

list_notes

List notes, optionally filtered by folder prefix or tag.

list_tags

List all tags in the vault sorted by usage count (or alphabetically).

Documentation Overview

Seekstone

The Obsidian MCP server that needs no plugin, no running Obsidian app β€” and doesn't blow your context window.

Filesystem-direct Β· single-digit-ms keyword search Β· ~26 ms semantic Β· ~2 KB payloads Β· 21 tools Β· macOS Β· Linux Β· Windows

seekstone.dev β†’

Install in Claude Desktop Install in Cursor Install in VS Code

npm (seekstone) npm total downloads npm weekly downloads Coverage Codacy grade Socket.dev security Known vulnerabilities CI OpenSSF Scorecard OpenSSF Best Practices License: MIT Node.js β‰₯ 22 shaqmughal/seekstone MCP server Follow @seekstone on X Follow @seekstone on Bluesky Buy me a coffee


Seekstoneobsidian-mcp-server (#1 by downloads)REST-proxy servers
Local REST API pluginNot neededRequiredRequired
Obsidian app runningNot needed β€” works with Obsidian closedRequiredRequired
Search payload @ 10k notes2.0 KB47 KBup to 95 MB
Warm search latency @ 10k notes5.2 ms732 ms (~141Γ— slower)up to 1,550 ms
Structured frontmatter queriesBuilt-in (query_notes) β€” property/date/size predicates, answers in a few hundred bytesJSONLogic via RESTVaries

Same queries, same committed vaults, 20 runs each, one machine. In-process adapters were re-run on the fixture-v2 vault in September 2026; the REST-proxy rows (rest, obsidian-mcp-server, mcp-obsidian) plus obsidian-mcp and obsidian-mcp-pro are June 2026 captures on fixture v1 β€” per-row provenance in benchmarks.json, the generated source of truth every number here is checked against in CI β€” full results across eight servers and three vault sizes below, fully reproducible from the harness.


Seekstone demo β€” Claude searching an Obsidian vault and querying frontmatter, with tool-call waits time-lapsed


What is Seekstone?

Seekstone is an Obsidian MCP server β€” it gives Claude (and any Model Context Protocol client) direct read and write access to your Obsidian vault. No Obsidian app needs to be open, no plugins are required, and nothing leaves your machine.

It reads your vault directly from disk rather than routing through the Obsidian Local REST API plugin, and holds a warm full-text index in-process. The practical difference is twofold:

  • Speed. Keyword searches return in single-digit milliseconds warm and semantic searches in ~26 ms β€” up to ~514Γ— faster than every other Obsidian MCP server we benchmarked, because there's no subprocess to spawn and no HTTP round-trip per query.
  • Context. A broad search that returns tens of megabytes and millions of tokens via a REST-proxy server returns ~2 KB via Seekstone β€” up to a ~47,000Γ— reduction that only widens as your vault grows.

Search comes in three modes: ranked full-text search (fuzzy and prefix matching), optional local semantic search (meaning-based, via a small on-device embedding model β€” opt-in, offline at runtime after a one-time ~30 MB model download), and structured metadata queries β€” query_notes filters by frontmatter properties (status, due, type, …), tags, folder, modified time, and size, answering questions like "which draft notes changed this week?" in a few hundred bytes instead of a search-and-read loop.

Claude can search and read your entire note library, in milliseconds, without burning most of its context window on a single tool call.

Published on npm as seekstone β€” install with npx -y seekstone. (Previously also published as obsidian-mcp-seekstone; that alias is deprecated but existing installs keep working.)


Why Seekstone? The numbers.

Most Obsidian MCP servers return full note content for every search hit. On a broad query that's megabytes of text your LLM has to process β€” most of it irrelevant, all of it burning context window.

Seekstone returns short ranked excerpts instead (~120 characters by default, tunable per query). We benchmarked Seekstone against 7 other Obsidian MCP servers — 8 servers total — across three vault sizes — 1,000 / 5,000 / 10,000 notes (20 runs each). Every number below is fully reproducible: the vaults are committed to this repo (generated from the public-domain 1911 Encyclopædia Britannica), so you can clone it and run the exact same benchmark yourself.

The point of testing three sizes is that this is where the architectures diverge β€” a real vault only grows.

Search payload β€” bytes returned per query (context tax; lower is better)

ServerArchitecture1k notes5k notes10k notes
πŸ₯‡ Seekstonein-process index1.6 KB1.8 KB2.0 KB
mcpvaultfs-direct subprocess1.7 KB1.9 KB2.2 KB
obsidian-mcp-rsfs-direct, per-query scan5.4 KB5.8 KB6.2 KB
obsidian-tcSQLite platform4.6 KB6.8 KB7.2 KB
obsidian-mcp-serverREST API55 KB47 KB47 KB
obsidian-mcp-profs-direct subprocess25 KB84 KB114 KB
obsidian-mcpfs-direct subprocess18 KB105 KB201 KB
mcp-obsidianREST API9.8 MB45 MB95 MB

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Other Tools and Integrations View all alternatives
  • MCP Apple Notes logoMCP Apple Notes

    Powerful tools for automating Apple Notes using Model Context Protocol (MCP). Full CRUD support with HTML content, folder management, and search capabilities.

    πŸ› οΈ Other Tools and Integrations1 views
    Compare vs MCP Apple Notes β†’
  • Hackmd MCP logoHackmd MCP

    Allows AI models to interact with HackMD

    πŸ› οΈ Other Tools and Integrations2 views
    Compare vs Hackmd MCP β†’
  • Time logoTime
    Verified

    Time and timezone conversion capabilities.

    πŸ› οΈ Other Tools and Integrations3 views
    Compare vs Time β†’
  • Git logoGit
    Verified

    Tools to read, search, and manipulate Git repositories.

    πŸ› οΈ Other Tools and Integrations4 views
    Compare vs Git β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
25
Stargazers on the source repository.
npm downloads
5.9k
Package downloads in the last 30 days.
Last commit
4d ago
Most recent push to the default branch.
Tools exposed
21
Callable tools this server registers over MCP.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Seekstone

No, Seekstone works independently and does not require the Obsidian app to be open.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewSeekstone AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/shaqmughal-seekstone?style=directory)](https://allmcps.com/mcp/shaqmughal-seekstone)
HTML Embed
<a href="https://allmcps.com/mcp/shaqmughal-seekstone"><img src="https://allmcps.com/api/badge/shaqmughal-seekstone?style=directory" alt="Seekstone on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ› οΈOther Tools and Integrations
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedSep 6, 2026
9/10 checks healthy over the last 31d
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars25
GitHub Star CountTotal stargazers on GitHub representing community popularity (25 stars).
Last commit4d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 6, 2026
npm downloads5,862/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
63Quality signal: Good Β· 63/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools27/30
Adoption & activity10/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 14d ago via OSV.dev Β· seekstone (npm)

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ› οΈ Other Tools and Integrations β†’Alternatives to Seekstone β†’Install in Claude DesktopInstall in CursorInstall in VS Code