Enhanced Miyabi MCP Server
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., "@Enhanced Miyabi MCP Servergenerate a medical AI article about LLM diagnostics"
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.
Enhanced Miyabi MCP Server
Manusに与えられたタスクを自動的に振り分け、適切に処理するMCPサーバーです。
機能
タスク意図分析: ユーザーのプロンプトを分析し、開発タスク、記事執筆タスク、一般タスクを判定
自動ディスパッチ: タスクタイプに応じて適切なハンドラーに自動振り分け
開発タスク処理: Miyabi Agentを使用した開発タスクの自動処理
記事生成: 医療AI関連の学術記事を自動生成(LLMO対策、サムネイル指示付き)
Related MCP server: Delia
インストール
cd /home/ubuntu/enhanced-miyabi-mcp
npm installテスト実行
npm test利用可能なツール
1. miyabi__analyze_task_intent
ユーザーのタスクを分析し、タスクタイプを判定します。
入力:
prompt: 分析するユーザーのプロンプト
出力:
isDevelopmentTask: 開発タスクかどうかisArticleWritingTask: 記事執筆タスクかどうかtaskType: タスクタイプ("development", "article", "general")
2. miyabi__auto_dispatch
タスクを自動的に適切なハンドラーに振り分けます。
入力:
prompt: 振り分けるタスクのプロンプト
出力:
action: 実行するアクションmessage: メッセージnextStep: 次のステップ
3. miyabi__handle_development_task
開発タスクを処理します。
入力:
prompt: 開発タスクの内容projectPath: プロジェクトのパス(オプション)
出力:
status: 処理ステータスsteps: 実行されたステップ
4. miyabi__generate_article
医療AI関連の学術記事を生成します。
入力:
articleTitle: 参照元の論文/記事のタイトルarticleAuthor: 著者名articleSource: 出典articleUrl: 参照元のURLkeyConcepts: キーコンセプトperspective: 執筆者のペルソナ・専門分野angle: 論文の切り口deepDivePoints: 特に深掘りしたい論点
出力:
status: 処理ステータスarticle: 記事情報nextSteps: 実行されるステップ
MCP設定
config/mcp-config.jsonを参照してください。
ライセンス
Apache-2.0
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
- AlicenseCqualityDmaintenanceIntelligent routing layer that analyzes tasks and guides your AI agent to delegate work to specialized tools (Gemini, Aider, Copilot) using rule-based and capability-based routing.Last updated3MIT
- AlicenseAqualityDmaintenanceIntelligent LLM orchestrator that automatically routes tasks to the most appropriate AI model (Gemini, Qwen, Ollama, LM Studio) based on task characteristics, enabling distributed processing and parallel execution across local and network services.Last updated375MIT
- Alicense-qualityDmaintenanceAn intelligent task management system that provides structured workflows for AI Agents to plan, decompose, and execute complex programming tasks. It features a dedicated research mode for technical investigations and a task memory function to optimize workflows and avoid redundant coding work.Last updated1MIT
Related MCP Connectors
Intent execution engine for autonomous agent task routing
The project brain for AI coding agents — memory, decisions, sprints, knowledge base via MCP.
OCR, transcription, file extraction, and image generation for AI agents via MCP.
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/mo666-med/enhanced-miyabi-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server