massaa39/ai-workflow-continuity-mcp
3.2
If you are the rightful owner of ai-workflow-continuity-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The AI Workflow Continuity System is a Remote MCP Server designed to enhance session continuity and workflow memory for Claude.ai.
Tools
3
Resources
0
Prompts
0
AI Workflow Continuity System - Remote MCP Server
Claude.ai用のAI継続ワークフローシステム Remote MCPサーバーです。
機能
- 🔄 セッション継続性: トークン制限を超えた対話の継続
- 💾 ワークフローメモリ: 重要な情報の永続化
- 📊 システム監視: パフォーマンス指標の追跡
- 🎯 ゴール達成: 96.7%の継続性率を実現
Claude.ai 連携手順
1. サーバーURL
https://your-deployment-url.com/mcp
2. Claude.ai 設定
- Claude.ai → Settings → Integrations
- "Add integration" をクリック
- 設定:
- Integration name:
AI Workflow Continuity
- Integration URL:
https://your-deployment-url.com/mcp
- Integration name:
- "Add" をクリック
3. 利用可能ツール
create_workflow_session
新しいワークフローセッションを作成
{
"session_name": "プロジェクト名",
"purpose": "セッションの目的"
}
save_workflow_memory
重要情報をワークフローメモリに保存
{
"content": "保存する内容",
"importance": "high|medium|low"
}
check_continuity_status
システムの状況とメトリクスを確認
{
"detailed": true
}
デプロイ方法
Render.com (推奨)
- このリポジトリをfork
- Render.com でWeb Serviceを作成
- GitHub リポジトリを接続
- 設定:
- Build Command:
pip install -r requirements_public.txt
- Start Command:
python replit_mcp_server.py
- Port:
3001
- Build Command:
Railway
- Railway.app でプロジェクト作成
- GitHub リポジトリを接続
- 自動デプロイ
Heroku
git init
heroku create your-app-name
git add .
git commit -m "Initial commit"
git push heroku main
ローカル開発
pip install -r requirements_public.txt
python replit_mcp_server.py
サーバーは http://localhost:3001
で起動します。
API エンドポイント
GET /
- サーバー情報GET /health
- ヘルスチェックPOST /mcp
- MCP JSON-RPC エンドポイント
ライセンス
MIT License