v0.1.0
Connected Note-Taking
Tarot is an Obsidian-inspired note-taking app with wikilinks, backlinks, graph view, and MCP server integration for AI agents.
Getting Started with Tarot
[[Welcome to Tarot]]
Features
Wikilinks
Link notes with double-bracket syntax and autocomplete.
Backlinks
See which notes reference your current note with context snippets.
Graph View
Visualize connections between notes in an interactive force-directed graph.
Full-Text Search
Search across all notes instantly with keyboard shortcut.
MCP Server
Access notes from AI agents via the Model Context Protocol.
API Keys
Generate API keys for programmatic access with built-in auth.
MCP Protocol
AI Agent Ready
Tarot ships with a built-in MCP server. Connect AI agents directly to your notes.
Hermes Config
mcp_servers:
tarot:
command: node
args: ["/path/to/tarot/mcp-server/build/index.js"]
env:
TAROT_API_KEY: "tarot_your_api_key_here"
Available Tools
list_notesList all notesread_noteRead a note by IDcreate_noteCreate a new noteupdate_noteUpdate a notedelete_noteSoft-delete a notesearch_notesFull-text searchget_graphGet graph connectionslist_foldersList all folders
REST API
Full CRUD access to notes via HTTP for automations and integrations.
Example: Create a note
curl -X POST https://api.parlmarket.xyz/notes \
-H "Authorization: Bearer tarot_your_api_key" \
-H "Content-Type: application/json" \
-d '{"title": "My Note", "content": "Hello Tarot", "folder": "My Notes", "tags": ["demo"]}'
GET
/notesList notesGET
/notes/:idRead notePOST
/notesCreate notePUT
/notes/:idUpdate noteDELETE
/notes/:idDelete noteGET
/search?q=Search notesGET
/graphGraph dataStart Connecting Your Notes
Create your account and start writing, it only takes a minute.
Get Started