seekstone
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SEEKSTONE_VAULT | Yes | Absolute path to your Obsidian vault. | |
| SEEKSTONE_LOG_FILE | No | Absolute path; when set, JSON-line logs are appended here (size-rotated). | |
| SEEKSTONE_LOG_LEVEL | No | Log level: error | warn | info (default) | debug. | |
| SEEKSTONE_WATCH_POLL | No | Set to '1' to stat-poll for changes instead of native OS events. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| searchA | Full-text search across the vault. Returns ranked excerpts (~200 chars) — not full notes — to minimise context usage. Supports fuzzy matching and prefix search. |
| read_noteA | Read a note or a span of it — by heading section, block reference, or line range. Returns structured JSON with the content, bytes returned, and total note size so payload savings are measurable. Use search or outline_note first to find the right path and section names. |
| list_notesB | List notes, optionally filtered by folder prefix or tag. |
| list_tagsA | List all tags in the vault with usage counts. Supports substring filtering, minimum count threshold, and sort order. Nested tags (e.g. area/work) include a parent field. |
| create_noteA | Create a new note at a vault-relative path. Optionally sets frontmatter and body content. Parent directories are created automatically. Fails if the note already exists unless overwrite is true. |
| delete_noteA | Permanently delete a note from the vault. This cannot be undone. |
| move_noteA | Move or rename a note to a new vault-relative path. Parent directories at the destination are created automatically. Fails if the destination already exists unless overwrite is true. |
| append_noteA | Append text to a note body without touching the frontmatter. Safe for meeting notes, daily logs, and append-only workflows. |
| patch_frontmatterA | Set, update, or delete frontmatter keys without reordering existing keys or changing quote style. Pass null as a value to delete a key. |
| outline_noteA | Return a note's structure — heading tree with offsets, block-reference anchors, and frontmatter key list — without returning any prose. Use this before section reads or patches to discover what sections exist at a fraction of the cost of reading the full note. |
| patch_noteA | Surgically edit a section of a note — targeted by heading or block reference — without rewriting the whole file. Operations: append (add after section), prepend (add after heading line), replace (swap section content). Frontmatter is never touched. |
| get_backlinksA | Return every note that links to the target note, with the source line and an optional excerpt. Results come from the pre-built reverse-link index so this is a fast, pure index lookup. Sort order: source path ascending. |
| get_linksA | Return all outgoing wikilinks and embeds from a note. Each link is marked resolved (with target path) or unresolved. Duplicate targets are de-duplicated; results sorted by line number. |
| replace_in_noteA | Find and replace text within a note body. Supports literal and regex search, case sensitivity, whole-word matching, and a replacement limit. Frontmatter is never touched. Use dryRun to preview matches before writing. |
| get_periodic_noteA | Get the path and existence status of a periodic note (daily, weekly, monthly, quarterly, or yearly) for a given date. Reads folder/format config from .obsidian/daily-notes.json (daily) or the periodic-notes plugin data.json. Optionally creates the note from the configured template if it is missing. |
| append_periodic_noteA | Append text to a periodic note (daily, weekly, monthly, quarterly, or yearly). Preserves existing frontmatter exactly. Creates the note first (from template if configured) when createIfMissing is true (default). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/shaqmughal/seekstone'
If you have feedback or need assistance with the MCP directory API, please join our Discord server