Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OBSIDIAN_API_PORTNoAPI port number27123
OBSIDIAN_API_TOKENYesLocal REST API token
OBSIDIAN_VAULT_PATHYesPath to your Obsidian vault

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/jianruidutong/obsidian-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server