Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OBSIDIAN_API_PORT | No | API port number | 27123 |
| OBSIDIAN_API_TOKEN | Yes | Local REST API token | |
| OBSIDIAN_VAULT_PATH | Yes | Path to your Obsidian vault |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_notes | List all notes in the Obsidian vault |
| delete_note | Delete a note from the Obsidian vault |
| read_note | Read the content of a note in the Obsidian vault |
| create_note | Create a new note in the Obsidian vault |
| search_vault | Search for content in the Obsidian vault |
| move_note | Move or rename a note to a new location in the Obsidian vault |
| manage_folder | Create, rename, move, or delete a folder in the Obsidian vault |
| update_note | Update content in an existing note using text replacements, deletions or precise insertions |
| read_multiple_notes | Read content from multiple notes simultaneously |
| auto_backlink_vault | Automatically add backlinks throughout the entire vault by detecting note names in content and converting them to wikilinks |
| add_tags | Add tags to a note |
| list_tags | List all tags in the vault with usage count |
| search_by_tags | Search notes by tags |
| create_template | Create a new template |
| list_templates | List all available templates |
| apply_template | Apply a template to create a new note |
| delete_template | Delete a template |
| extract_keywords | Extract keywords from note content using TF-IDF algorithm |
| generate_summary | Generate a summary of note content |
| suggest_tags | Suggest tags for a note based on content analysis |
| find_similar_notes | Find notes with similar content using cosine similarity |
| analyze_note_relationships | Analyze relationships between notes based on links and references |
| generate_knowledge_graph | Generate knowledge graph data for visualization |
| find_orphan_notes | Find notes that have no incoming or outgoing links |
| suggest_connections | Suggest potential connections between notes based on content similarity |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |