swipe-mcp
Provides tools for managing swipe files (add, bulk add, search, get, update, mark used, list tags) via Supabase database.
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., "@swipe-mcpsearch for swipes about UI design"
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.
swipe-mcp
スワイプファイル(お手本・見本データ)専用の MCP サーバー。Claude から swipe__* ツールで
素材の登録・検索・参照ができる。
要件:Notion「スワイプファイルアプリ 要件定義 v1.7」§F4 https://app.notion.com/p/3ab9c6c1c439817abee4ee95f6a8a906
方式:shia2n-mcp 本体とは完全に独立した Worker(本体には追加しない・パス分割方式は使わない)
接続範囲:シアニン担当プロジェクトのみ
Claude(シアニン担当プロジェクト)
↓ MCP(OAuth / Bearer)
swipe-mcp(このアプリ・Cloudflare Workers)
↓ Supabase REST(service role)
sw_swipes / sw_zeus_orphans提供するツール(7本)
ツール | 参照回数 | 内容 |
| 増えない | 1件登録。 |
| 増えない | 複数件まとめて登録(最大50件)。失敗した件だけ理由を返す |
| 増えない | 条件検索。既定は登録日降順、 |
| +1 | ID指定で1件フル取得( |
| 増えない | 部分更新。参照回数は更新できない |
| 増えない | 活用済マーク+活用先の記録 |
| 増えない | 使用中タグの一覧(表記ゆれ確認用) |
ファイル投入用のツールは作らない。AI は投入時点で中身をテキストで読めているため、
swipe__add の body に渡せば足りる(要件 §F4)。
Related MCP server: Context Pilot
セットアップ
1. GitHub リポジトリ
swipe-mcp という名前で作成し、このファイル一式を Upload files で置く。
2. KV 名前空間
Cloudflare → Storage & Databases → KV → 名前空間 swipe-mcp-oauth を作成し、
その ID を wrangler.jsonc の kv_namespaces[0].id に入れる。
**shia2n-mcp と同じ名前空間を共用しないこと。**共用すると片方で発行した接続用トークンが もう片方でも通ってしまう。
3. Cloudflare Workers(GitHub連携)
Workers & Pages → Create → Workers → Import a repository → swipe-mcp
Build command :
npm installDeploy command:
npx wrangler deployRoot directory: (空欄)
4. Secrets(Settings → Variables and Secrets)
名前 | 値 |
| 新規のランダム文字列(64文字以上)。shia2n-mcp とは別の値にする |
| Naoki の Firebase UID(スワイプアプリと同じ値) |
| 既存アプリと同じ |
| 既存アプリと同じ |
| 既存アプリと同じ(AI補完用) |
5. 動作確認
https://swipe-mcp.<アカウント名>.workers.dev/→ 稼働状況の JSONhttps://swipe-mcp.<アカウント名>.workers.dev/diag→ Secrets と Supabase 接続の診断
6. Claude への接続
シアニン担当プロジェクトのコネクタとして https://swipe-mcp.<アカウント名>.workers.dev/mcp を追加する。
まだ入っていないもの
Zeus 索引への自動連携(F5):登録時の push は次のブロックで実装する
ファイル取り込み(F7):画面アップロードのみの機能で、MCP 側には作らない
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
- AlicenseBqualityDmaintenanceMCP server that lets you search your Claude Code conversation history to find past solutions, track file changes, and learn from previous work.Last updated8112181MIT
- Alicense-qualityBmaintenanceMCP server providing persistent, searchable memory management for AI workflows, enabling Claude Code to store, retrieve, and organize context through CRUD operations and knowledge tools.Last updatedMIT
- FlicenseBqualityDmaintenanceAn MCP server that provides tools for searching and analyzing Claude Code conversation history.Last updated84
- Flicense-qualityCmaintenanceMCP server enabling Claude Desktop to answer questions from local Word and PDF documents by searching a vector index built from their contents.Last updated
Related MCP Connectors
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
MCP server giving Claude AI access to 22+ NYC public-record databases for real estate due diligence
MCP server for generating rough-draft project plans from natural-language prompts.
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/antoshia2n/swipe-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server