seekstone
Rank #1,086io.github.shaqmughal/seekstone
Filesystem-direct Obsidian MCP server — search and edit your vault with low context-tax.
seekstone is a Model Context Protocol (MCP) server published by shaqmughal. It ranks #1,086 of 115,591 servers tracked on MCP Toplist, and its repository has 25 GitHub stars. seekstone is listed across 4 registries — Official MCP, Glama, PulseMCP and mcp.so, with 15 tracked versions. It was first listed on May 31, 2026 and most recently updated on Aug 28, 2026.
Ranks ahead of 114,505 of 115,591 servers on MCP Toplist.
Use seekstone
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add seekstone -e "SEEKSTONE_VAULT=<your SEEKSTONE_VAULT>" -- npx -y seekstoneReplace each placeholder with your own value before saving.
[mcp_servers.seekstone]
command = "npx"
args = ["-y", "seekstone"]
[mcp_servers.seekstone.env]
SEEKSTONE_VAULT = "<your SEEKSTONE_VAULT>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"seekstone": {
"command": "npx",
"args": [
"-y",
"seekstone"
],
"env": {
"SEEKSTONE_VAULT": "<your SEEKSTONE_VAULT>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"seekstone": {
"command": "npx",
"args": [
"-y",
"seekstone"
],
"env": {
"SEEKSTONE_VAULT": "<your SEEKSTONE_VAULT>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"seekstone": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"seekstone"
],
"env": {
"SEEKSTONE_VAULT": "<your SEEKSTONE_VAULT>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"seekstone": {
"command": "npx",
"args": [
"-y",
"seekstone"
],
"env": {
"SEEKSTONE_VAULT": "<your SEEKSTONE_VAULT>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"seekstone": {
"command": "npx",
"args": [
"-y",
"seekstone"
],
"env": {
"SEEKSTONE_VAULT": "<your SEEKSTONE_VAULT>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.shaqmughal%2Fseekstone)<a href="https://mcptoplist.com/server/io.github.shaqmughal%2Fseekstone"><img src="https://mcptoplist.com/badge/io.github.shaqmughal%2Fseekstone.svg" alt="MCP Toplist: Top 1% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries (1 delisted)
shaqmughal
Other servers by shaqmughal
View all shaqmughal servers →Available versions (15)
| Version | Published |
|---|---|
| 0.16.0 | Aug 28, 2026 |
| 0.15.2 | Aug 25, 2026 |
| 0.15.1 | Aug 24, 2026 |
| 0.15.0 | Aug 20, 2026 |
| 0.14.0 | Aug 20, 2026 |
| 0.13.1 | Aug 18, 2026 |
| 0.13.0 | Aug 8, 2026 |
| 0.12.1 | Aug 7, 2026 |
| 0.12.0 | Aug 4, 2026 |
| 0.11.0 | Aug 3, 2026 |
| 0.10.0 | Aug 3, 2026 |
| 0.6.1 | Jun 13, 2026 |
| 0.6.0 | Jun 10, 2026 |
| 0.5.0 | Jun 8, 2026 |
| 0.2.2 | May 31, 2026 |
Frequently asked questions
- Who maintains seekstone?
- seekstone is maintained by shaqmughal, which publishes 2 MCP servers (15 total versions) tracked on MCP Toplist.
- Is seekstone listed on the Official MCP Registry?
- Yes — seekstone is listed on the Official MCP Registry, alongside Glama, PulseMCP and mcp.so.
- How many versions does seekstone have?
- MCP Toplist tracks 15 versions of seekstone, most recently published on Aug 28, 2026.
- Where can I find the source code for seekstone?
- The source code for seekstone is hosted at github.com/shaqmughal/seekstone.