Skip to main content
Glama

๐ŸŒธ TagMesh

Zero-Folder ยท Titleless ยท Tag-Woven Markdown Notes System with Claymorphic Aesthetics & Serverless Edge

Ditch folders and titles. Weave thoughts organically through #hashtags at the edge.

React 19 Tailwind CSS v4 Cloudflare Workers D1 SQLite + FTS5 Local-First License: MIT

๐Ÿ‡ฌ๐Ÿ‡ง English โ€ข ๐Ÿ‡จ๐Ÿ‡ณ ็ฎ€ไฝ“ไธญๆ–‡


โœจ Key Features

  • ๐Ÿท๏ธ Zero Titles & Zero Folders: Treat notes as fluid Markdown streams. Categorization relies purely on #hashtags with automatic first-line excerpt summaries.

  • ๐ŸŽจ Tactile Claymorphism Aesthetics: Rounded clay pills, spatial relief shadows, auditory soundscapes, particle bursts, and 6 curated mood themes.

  • ๐Ÿ’ฌ Cross-Device Shared Danmaku Plaza: Thoughts sent from mobile fly across desktop monitors in real time with synchronized reaction hearts and authoritative telemetry.

  • ๐Ÿงญ 6 Multi-Dimensional Galleries: Bento Grid, 3D Spatial Carousel, Galaxy Mesh Graph, Polaroid Board, Timeline Stream, and Freeform Canvas.

  • ๐Ÿค– Native Serverless MCP Interface: Edge-native Model Context Protocol (JSON-RPC 2.0) interface with 8 production tools ready for Claude Desktop and Cursor.


Related MCP server: ai-journal

โšก Essential Shortcuts

Shortcut

Description

Scope

Cmd + K / Ctrl + K

Open Global Command Central (Fulltext search & quick create)

Global

Cmd + </kbd> / Ctrl + </kbd>

Toggle Left TagMesh Slide-over Sidebar

Global

Cmd + N / Ctrl + N

Instant Create Blank Note (100ms response)

Global

#

Trigger Hashtag Autocomplete Menu

Editor

Cmd + Shift + L

Toggle Bilingual UI (English / ็ฎ€ไฝ“ไธญๆ–‡)

Global


๐Ÿš€ Quick Local Development

# 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 Deployment Guide

TagMesh runs on Cloudflare Workers + D1 SQLite Database:

1. Create D1 Database

Go to Cloudflare Dashboard -> D1 SQL Database -> Create database (name it tagmesh-db), copy your Database ID, and paste the contents of schema.sql into its Console to initialize tables.

Add 3 secrets in your GitHub repo Settings -> Secrets and variables -> Actions:

  • CLOUDFLARE_API_TOKEN: Cloudflare API Token

  • CLOUDFLARE_ACCOUNT_ID: Cloudflare Account ID

  • CLOUDFLARE_D1_DATABASE_ID: D1 Database ID from Step 1

Every git push to main now automatically builds and deploys to Cloudflare Edge in ~30 seconds!

3. Local CLI Deployment (Optional)

npx wrangler login
npm run db:init:remote
npm run build
npm run worker:deploy

๐Ÿค– MCP (Model Context Protocol) Integration

Add to your Claude Desktop configuration (claude_desktop_config.json):

{
  "mcpServers": {
    "tagmesh": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-fetch",
        "https://your-domain.com/mcp"
      ]
    }
  }
}

Available tools: search_by_tag, search_fulltext, read_note, create_or_update_note, append_to_note, delete_note, list_tags, get_workspace_stats.


๐Ÿ“„ License

Distributed under the MIT License.

Crafted with ๐Ÿ’– and Clay Magic by SaulGoodManC99

F
license - not found
Not graded
quality - not tested
B
maintenance

Maintenance

โ€“Maintainers
โ€“Response time
โ€“Release cycle
โ€“Releases (12mo)
Commit activity

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

  • A
    license
    Not graded
    quality
    B
    maintenance
    A 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.
    1
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Provides a shared MCP memory layer for AI clients, backed by Cloudflare Workers and D1, enabling personal Markdown notes management.
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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