tagmesh
🌸 TagMesh
폴더 없음 · 제목 없음 · 태그로 엮은 마크다운 메모 시스템, 클레이모픽 미학 & 서버리스 엣지
폴더와 제목은 버리세요. 엣지에서 #hashtags를 통해 생각을 유기적으로 엮으세요.
✨ 주요 기능
🏷️ 제목 없음 & 폴더 없음: 메모를 유동적인 Markdown 스트림으로 취급합니다. 분류는 자동 첫 줄 발췌 요약과 함께 전적으로
#hashtags에 의존합니다.🎨 촉각적인 클레이모픽 미학: 둥근 클레이 알약, 입체적인 릴리프 그림자, 청각적 사운드스케이프, 파티클 버스트, 그리고 6가지 엄선된 무드 테마.
💬 크로스 디바이스 공유 다마쿠 광장: 모바일에서 보낸 생각이 실시간으로 데스크톱 모니터를 가로질러 날아다니며, 동기화된 반응 하트와 신뢰할 수 있는 원격 측정 데이터를 제공합니다.
🧭 6가지 다차원 갤러리: 벤토 그리드, 3D 공간 캐러셀, 갤럭시 메시 그래프, 폴라로이드 보드, 타임라인 스트림, 자유형 캔버스.
🤖 네이티브 서버리스 MCP 인터페이스: Claude Desktop 및 Cursor에서 바로 사용할 수 있는 8개의 프로덕션 도구를 갖춘 엣지 네이티브 Model Context Protocol(JSON-RPC 2.0) 인터페이스.
Related MCP server: ai-journal
⚡ 필수 단축키
Shortcut | Description | Scope |
Cmd + K / Ctrl + K | 전역 명령 센터 열기 (전체 텍스트 검색 및 빠른 생성) | 전역 |
Cmd + \ / Ctrl + \ | 왼쪽 TagMesh 슬라이드오버 사이드바 토글 | 전역 |
Cmd + N / Ctrl + N | 빈 메모 즉시 생성 (100ms 응답) | 전역 |
# | 해시태그 자동완성 메뉴 트리거 | 편집기 |
Cmd + Shift + L | 이중 언어 UI 토글 (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 Database에서 실행됩니다:
1. D1 데이터베이스 생성
Cloudflare 대시보드로 이동하여 D1 SQL Database -> Create database를 선택하고(tagmesh-db로 이름 지정), Database ID를 복사한 다음 schema.sql의 내용을 Console에 붙여넣어 테이블을 초기화하세요.
2. GitHub Actions 자동 배포 구성 (권장)
GitHub 저장소의 Settings -> Secrets and variables -> Actions에서 3개의 시크릿을 추가하세요:
CLOUDFLARE_API_TOKEN: Cloudflare API 토큰CLOUDFLARE_ACCOUNT_ID: Cloudflare 계정 IDCLOUDFLARE_D1_DATABASE_ID: 1단계의 D1 데이터베이스 ID
이제
main브랜치로의 모든git push는 자동으로 빌드되어 약 30초 만에 Cloudflare Edge에 배포됩니다!
3. 로컬 CLI 배포 (선택 사항)
npx wrangler login
npm run db:init:remote
npm run build
npm run worker:deploy🤖 MCP (Model Context Protocol) 통합
Claude Desktop 구성(claude_desktop_config.json)에 추가하세요:
{
"mcpServers": {
"tagmesh": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-fetch",
"https://your-domain.com/mcp"
]
}
}
}사용 가능한 도구: search_by_tag, search_fulltext, read_note, create_or_update_note, append_to_note, delete_note, list_tags, get_workspace_stats.
📄 라이선스
MIT License에 따라 배포됩니다.
💖와 클레이 매직으로 **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