Skip to main content
Glama

🌸 TagMesh

零文件夹 · 无标题 · 标签织网的 Markdown 笔记系统,兼具黏土美学与无服务器边缘计算

告别文件夹和标题。通过边缘的 #hashtags 有机地编织思想。

React 19 Tailwind CSS v4 Cloudflare Workers D1 SQLite + FTS5 本地优先 许可证:MIT

🇬🇧 English🇨🇳 简体中文


✨ 核心特性

  • 🏷️ 零标题 & 零文件夹:将笔记视为流动的 Markdown 流。分类完全依赖 #hashtags,并自动生成首行摘要。

  • 🎨 可触摸的黏土拟态美学:黏土药丸形状、立体浮雕阴影、声音景观、粒子爆裂效果,以及 6 套精心策划的情绪主题。

  • 💬 跨设备的共享弹幕广场:移动端发出的想法实时飞过桌面显示器,并配有同步的回应爱心和权威遥测。

  • 🧭 6 大多维画廊:Bento 网格、3D 空间旋转木马、星系网状图、拍立得板、时间线流、自由画布。

  • 🤖 原生无服务器 MCP 接口:内置原生 Model Context Protocol(JSON-RPC 2.0)接口,附带 8 个生产就绪工具,可与 Claude Desktop 和 Cursor 配合使用。


Related MCP server: ai-journal

⚡ 常用快捷键

快捷键

功能

范围

Cmd + K / Ctrl + K

打开全局命令中心(全文搜索 & 快速创建)

全局

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

切换左侧 TagMesh 滑动侧边栏

全局

Cmd + N / Ctrl + N

立即创建空白笔记(100ms 响应)

全局

#

触发 Hashtag 自动补全菜单

编辑器

Cmd + Shift + L

切换双语界面(English / 简体中文)

全局


🚀 快速本地开发

# 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 部署指南

TagMesh 运行在 Cloudflare Workers + D1 SQLite 数据库 之上:

1. 创建 D1 数据库

前往 Cloudflare Dashboard -> D1 SQL Database -> 创建数据库(命名为 tagmesh-db),复制你的数据库 ID,并将 schema.sql 的内容粘贴到其 Console 中初始化表。

2. 配置 GitHub Actions 自动部署(推荐)

在你的 GitHub 仓库 Settings -> Secrets and variables -> Actions 中添加 3 个机密:

  • CLOUDFLARE_API_TOKEN:Cloudflare API 令牌

  • CLOUDFLARE_ACCOUNT_ID:Cloudflare 账户 ID

  • CLOUDFLARE_D1_DATABASE_ID:步骤 1 中的 D1 数据库 ID

现在,每次向 main 分支 git push,都会在大约 30 秒内自动构建并部署到 Cloudflare 边缘!

3. 本地 CLI 部署(可选)

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

🤖 MCP(模型上下文协议)集成

将以下内容添加到你的 Claude Desktop 配置中(claude_desktop_config.json):

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

可用工具:search_by_tagsearch_fulltextread_notecreate_or_update_noteappend_to_notedelete_notelist_tagsget_workspace_stats


📄 许可证

根据 MIT 许可证 发布。

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