tagmesh
🌸 TagMesh
Ohne Ordner · ohne Titel · tag-verwobenes Markdown-Notizsystem mit Claymorphic-Ästhetik & Serverless-Edge
Verabschiede dich von Ordnern und Titeln. Verwebe Gedanken organisch am Edge mit #hashtags.
✨ Hauptfunktionen
🏷️ Keine Titel & keine Ordner: Behandle Notizen als fließende Markdown-Streams. Die Kategorisierung basiert ausschließlich auf
#hashtagsmit automatischen Zusammenfassungen der ersten Zeile als Auszug.🎨 Taktile Claymorphism-Ästhetik: Abgerundete Clay-Pillen, räumliche Relief-Schatten, akustische Klanglandschaften, Partikel-Bursts und 6 kuratierte Stimmungsthemen.
💬 Geräteübergreifend geteilter Danmaku Plaza: Gedanken, die vom Handy gesendet werden, fliegen in Echtzeit über Desktop-Monitore – mit synchronisierten Reaktions-Herzen und autoritativer Telemetrie.
🧭 6 multidimensionale Galerien: Bento Grid, 3D Spatial Carousel, Galaxy Mesh Graph, Polaroid Board, Timeline Stream und Freeform Canvas.
🤖 Natives Serverless-MCP-Interface: Edge-natives Model Context Protocol (JSON-RPC 2.0) mit 8 Produktionstools, bereit für Claude Desktop und Cursor.
Related MCP server: ai-journal
⚡ Wichtige Tastenkürzel
Tastenkürzel | Beschreibung | Geltungsbereich |
Cmd + K / Ctrl + K | Globale Befehlszentrale öffnen (Volltextsuche & Schnellerstellung) | Global |
Cmd + </kbd> / Ctrl + </kbd> | Linke TagMesh-Slide-over-Sidebar umschalten | Global |
Cmd + N / Ctrl + N | Sofort leere Notiz erstellen (100-ms-Antwort) | Global |
# | Hashtag-Autovervollständigungsmenü auslösen | Editor |
Cmd + Shift + L | Zweisprachige Oberfläche umschalten (Englisch / 简体中文) | Global |
🚀 Schnelle lokale Entwicklung
# 1. Clone repo & install dependencies
git clone https://github.com/SaulGoodManC99/TagMesh.git
cd TagMesh
npm install
# 2. Start frontend dev server (with LAN access on 0.0.0.0:5173)
npm run dev
# 3. Start Cloudflare Worker backend locally
npm run worker:dev☁️ Cloudflare-Bereitstellungsanleitung
TagMesh läuft auf Cloudflare Workers + D1 SQLite-Datenbank:
1. D1-Datenbank erstellen
Gehe zum Cloudflare-Dashboard -> D1 SQL-Datenbank -> Datenbank erstellen (benenne sie tagmesh-db), kopiere deine Datenbank-ID und füge den Inhalt von schema.sql in die Konsole ein, um die Tabellen zu initialisieren.
2. GitHub-Actions-Auto-Deployment konfigurieren (empfohlen)
Füge in deinem GitHub-Repository unter Einstellungen -> Secrets und Variablen -> Actions 3 Secrets hinzu:
CLOUDFLARE_API_TOKEN: Cloudflare-API-TokenCLOUDFLARE_ACCOUNT_ID: Cloudflare-Konto-IDCLOUDFLARE_D1_DATABASE_ID: D1-Datenbank-ID aus Schritt 1
Jeder
git pushaufmainwird jetzt automatisch gebaut und in ~30 Sekunden an der Cloudflare-Edge bereitgestellt!
3. Lokales CLI-Deployment (optional)
npx wrangler login
npm run db:init:remote
npm run build
npm run worker:deploy🤖 MCP-Integration (Model Context Protocol)
Füge Folgendes zu deiner Claude-Desktop-Konfiguration (claude_desktop_config.json) hinzu:
{
"mcpServers": {
"tagmesh": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-fetch",
"https://your-domain.com/mcp"
]
}
}
}Verfügbare Tools: search_by_tag, search_fulltext, read_note, create_or_update_note, append_to_note, delete_note, list_tags, get_workspace_stats.
📄 Lizenz
Veröffentlicht unter der MIT-Lizenz.
Mit 💖 und Clay-Magie erstellt von SaulGoodManC99
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityAmaintenanceEnables reading, writing, and searching a local markdown-based memory store using MCP tools, with safety checks and index consistency.MIT
- AlicenseNot gradedqualityBmaintenanceA local MCP server for journaling, organizing, and recalling your work. It captures entries as plain markdown files, indexes them for full-text and structured search, and enables querying via natural language.1MIT
- AlicenseNot gradedqualityCmaintenanceProvides a shared MCP memory layer for AI clients, backed by Cloudflare Workers and D1, enabling personal Markdown notes management.MIT
- AlicenseNot gradedqualityAmaintenanceLocal markdown notes for any MCP client: ranked + semantic search, tags, todos, a wiki-link knowledge graph, daily notes, templates, and slash-command workflows. Pure-JS, local, no API keys.101MIT
Related MCP Connectors
MCP-native collaborative markdown editor with real-time AI document editing
MCP-native open-source Notion alternative: read & write pages, databases and kanban boards.
Markdown-based note-taking with a hosted MCP server. Your notes serve you and your AI.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/SaulGoodManC99/TagMesh'
If you have feedback or need assistance with the MCP directory API, please join our Discord server