Team Relay MCP
JSON →Read, search, and write Obsidian vault notes via Team Relay collaborative server. Supports shared folders and real-time sync.
Install
pip install . Tools · 8
- authenticate Authenticate with credentials (auto-managed)
- list_shares List accessible shares (filter by kind, ownership)
- list_files List files in a folder share
- read_file Read a file by path from a folder share
- read_document Read document by doc_id (low-level)
- upsert_file Create or update a file by path
- write_document Write to a document by doc_id
- delete_file Delete a file from a folder share
Environment variables
RELAY_CP_URL
Links
★ 2 GitHub stars