From 6a50bb7a8c430c431c2d211d1c5a71563c4f0a90 Mon Sep 17 00:00:00 2001 From: Shaq Mughal Date: Sun, 31 May 2026 10:42:16 -0400 Subject: [PATCH 1/2] =?UTF-8?q?Add=20shaqmughal/seekstone=20=E2=80=94=20fi?= =?UTF-8?q?lesystem-direct=20Obsidian=20MCP=20server?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0cd64e03b..0fa2d4417 100644 --- a/README.md +++ b/README.md @@ -2798,6 +2798,7 @@ Interact with Git repositories and version control platforms. Enables repository - [vinkius-labs/mcp-fusion](https://github.com/vinkius-labs/mcp-fusion) ๐Ÿ“‡ [![Glama](https://glama.ai/mcp/servers/badge/@vinkius-labs/mcp-fusion)](https://glama.ai/mcp/servers/@vinkius-labs/mcp-fusion) - A TypeScript framework for building production-ready MCP servers with automatic tool discovery, multi-transport support (stdio/SSE/HTTP), built-in validation, and zero-config setup. - [MervinPraison/praisonai-mcp](https://github.com/MervinPraison/praisonai-mcp) ๐Ÿ - AI Agents framework with 64+ built-in tools for search, memory, workflows, code execution, and file operations. Turn any AI assistant into a multi-agent system with MCP. - [rocketride-org/rocketride-server](https://github.com/rocketride-org/rocketride-server) [![rocketride-org/rocketride-server MCP server](https://glama.ai/mcp/servers/rocketride-org/rocketride-server/badges/score.svg)](https://glama.ai/mcp/servers/rocketride-org/rocketride-server) ๐Ÿ“‡ ๐Ÿ  - MCP server that exposes RocketRide AI pipelines as tools for Claude, Cursor, and Windsurf. Self-hosted, open-source pipeline tool with multi-LLM support. +- [shaqmughal/seekstone](https://github.com/shaqmughal/seekstone) ๐Ÿ“‡ ๐Ÿ  ๐ŸŽ ๐ŸชŸ ๐Ÿง - Filesystem-direct Obsidian MCP server with low context-tax. Reads your vault directly from disk โ€” no Local REST API plugin or running Obsidian required. Search returns ranked excerpts (~575ร— smaller payloads vs the REST plugin). 8 tools: search, read, create, delete, move, append, list, patch frontmatter. `npx -y seekstone` - [vivek081166/japan-utils-mcp](https://github.com/vivek081166/japan-utils-mcp) [![vivek081166/japan-utils-mcp MCP server](https://glama.ai/mcp/servers/vivek081166/japan-utils-mcp/badges/score.svg)](https://glama.ai/mcp/servers/vivek081166/japan-utils-mcp) ๐Ÿ ๐Ÿ  ๐ŸŽ ๐ŸชŸ ๐Ÿง - Japan-specific utilities for AI agents: era โ†” Western year conversion (ไปคๅ’Œ8ๅนด โ†” 2026), kanji-to-romaji transliteration, 7-digit postal code lookup, national holiday calendar, hiragana โ†” katakana conversion, full-width โ†” half-width normalization, and statistical Japanese name splitting. 9 tools, MIT licensed, installable via `uvx japan-utils-mcp`. ## Tips and Tricks From 0816b720238d2fb69e1b770b608c10a93ddd2a60 Mon Sep 17 00:00:00 2001 From: Shaq Mughal Date: Sun, 31 May 2026 12:02:43 -0400 Subject: [PATCH 2/2] Update seekstone entry: add obsidian-mcp-seekstone install command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0fa2d4417..5ca6d8854 100644 --- a/README.md +++ b/README.md @@ -2798,7 +2798,7 @@ Interact with Git repositories and version control platforms. Enables repository - [vinkius-labs/mcp-fusion](https://github.com/vinkius-labs/mcp-fusion) ๐Ÿ“‡ [![Glama](https://glama.ai/mcp/servers/badge/@vinkius-labs/mcp-fusion)](https://glama.ai/mcp/servers/@vinkius-labs/mcp-fusion) - A TypeScript framework for building production-ready MCP servers with automatic tool discovery, multi-transport support (stdio/SSE/HTTP), built-in validation, and zero-config setup. - [MervinPraison/praisonai-mcp](https://github.com/MervinPraison/praisonai-mcp) ๐Ÿ - AI Agents framework with 64+ built-in tools for search, memory, workflows, code execution, and file operations. Turn any AI assistant into a multi-agent system with MCP. - [rocketride-org/rocketride-server](https://github.com/rocketride-org/rocketride-server) [![rocketride-org/rocketride-server MCP server](https://glama.ai/mcp/servers/rocketride-org/rocketride-server/badges/score.svg)](https://glama.ai/mcp/servers/rocketride-org/rocketride-server) ๐Ÿ“‡ ๐Ÿ  - MCP server that exposes RocketRide AI pipelines as tools for Claude, Cursor, and Windsurf. Self-hosted, open-source pipeline tool with multi-LLM support. -- [shaqmughal/seekstone](https://github.com/shaqmughal/seekstone) ๐Ÿ“‡ ๐Ÿ  ๐ŸŽ ๐ŸชŸ ๐Ÿง - Filesystem-direct Obsidian MCP server with low context-tax. Reads your vault directly from disk โ€” no Local REST API plugin or running Obsidian required. Search returns ranked excerpts (~575ร— smaller payloads vs the REST plugin). 8 tools: search, read, create, delete, move, append, list, patch frontmatter. `npx -y seekstone` +- [shaqmughal/seekstone](https://github.com/shaqmughal/seekstone) ๐Ÿ“‡ ๐Ÿ  ๐ŸŽ ๐ŸชŸ ๐Ÿง - Filesystem-direct Obsidian MCP server with low context-tax. Reads your vault directly from disk โ€” no Local REST API plugin required. ~575ร— smaller payloads than the REST plugin. 8 tools. `npx -y obsidian-mcp-seekstone` (also: `npx -y seekstone`) - [vivek081166/japan-utils-mcp](https://github.com/vivek081166/japan-utils-mcp) [![vivek081166/japan-utils-mcp MCP server](https://glama.ai/mcp/servers/vivek081166/japan-utils-mcp/badges/score.svg)](https://glama.ai/mcp/servers/vivek081166/japan-utils-mcp) ๐Ÿ ๐Ÿ  ๐ŸŽ ๐ŸชŸ ๐Ÿง - Japan-specific utilities for AI agents: era โ†” Western year conversion (ไปคๅ’Œ8ๅนด โ†” 2026), kanji-to-romaji transliteration, 7-digit postal code lookup, national holiday calendar, hiragana โ†” katakana conversion, full-width โ†” half-width normalization, and statistical Japanese name splitting. 9 tools, MIT licensed, installable via `uvx japan-utils-mcp`. ## Tips and Tricks