The official website for Seekstone — the fastest Obsidian MCP server for Claude.
Built with Astro, deployed on Vercel. Static output; auto-deploys from main, preview URL per PR.
seekstone.dev is canonical. getseekstone.com and bestobsidianmcp.com 308-redirect to it at the Vercel edge.
npm install
npm run dev # local dev server at localhost:4321
npm run build # production build → ./dist/
npm run preview # preview the production build locallysrc/
├── layouts/Base.astro # shared <head> + document shell (SEO seam)
├── pages/index.astro # landing page
└── styles/tokens.css # design tokens (dark-first, monospace accents)
public/ # static assets, robots.txt
astro.config.mjs # site URL + sitemap integration
MIT © Shaq Mughal. The product it markets, Seekstone, is also MIT and lives at shaqmughal/seekstone.