Tarot Documentation
Tarot is a connected note-taking app with wikilinks, backlinks, graph view, and built-in MCP server for AI agent integration.
Quick Start
- Create an account at tarot.parlmarket.xyz
- Start writing notes with Markdown
- Use
[[Note Title]]to link notes - Press Ctrl+P to search
- Click the graph icon to visualize connections
Architecture
┌──────────────┐ ┌────────────┐ ┌──────────┐
│ Web App │──── │ API │──── │ Vault │
│ :3333 │ │ :3456 │ │ JSON │
└──────────────┘ └────┬───────┘ └──────────┘
│
┌─────▼──────┐
│ MCP │
│ Server │
│ (stdio) │
└────────────┘
Tech Stack
| Component | Technology |
|---|---|
| Frontend | Next.js 16 + Tailwind CSS |
| Backend | Node.js HTTP (no framework) |
| Storage | JSON files in vault directory |
| Auth | Token-based + API keys |
| MCP | @modelcontextprotocol/sdk |
| Markdown | react-markdown + remark-gfm |