Skip to main content
Glama

Obsidian MCP Server

by suhailnajeeb
__init__.pyโ€ข1.49 kB
"""Tool modules for Obsidian MCP server.""" from .note_management import ( read_note, create_note, update_note, edit_note_section, delete_note, ) from .search_discovery import ( search_notes, search_by_date, search_by_regex, search_by_property, list_notes, list_folders, ) from .organization import ( move_note, rename_note, create_folder, move_folder, add_tags, update_tags, remove_tags, get_note_info, list_tags, batch_update_properties, ) from .link_management import ( get_backlinks, get_outgoing_links, find_broken_links, ) from .find_orphaned_notes import ( find_orphaned_notes, ) from .image_management import ( read_image, ) from .view_note_images import ( view_note_images, ) __all__ = [ # Note management "read_note", "create_note", "update_note", "edit_note_section", "delete_note", # Search and discovery "search_notes", "search_by_date", "search_by_regex", "search_by_property", "list_notes", "list_folders", # Organization "move_note", "rename_note", "create_folder", "move_folder", "add_tags", "update_tags", "remove_tags", "get_note_info", "list_tags", "batch_update_properties", # Link management "get_backlinks", "get_outgoing_links", "find_broken_links", "find_orphaned_notes", # Image management "read_image", "view_note_images", ]

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

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