tagmesh
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@tagmeshsearch my journal entries tagged #ideas from this week"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
๐ธ 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.
๐ฌ๐ง English โข ๐จ๐ณ ็ฎไฝไธญๆ
โจ Key Features
๐ท๏ธ Zero Titles & Zero Folders: Treat notes as fluid Markdown streams. Categorization relies purely on
#hashtagswith 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.
2. Configure GitHub Actions Auto-Deployment (Recommended)
Add 3 secrets in your GitHub repo Settings -> Secrets and variables -> Actions:
CLOUDFLARE_API_TOKEN: Cloudflare API TokenCLOUDFLARE_ACCOUNT_ID: Cloudflare Account IDCLOUDFLARE_D1_DATABASE_ID: D1 Database ID from Step 1
Every
git pushtomainnow 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
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