Generates graphic recordings by converting URLs or text into visual HTML formats using Model Context Protocol, featuring tools for echoing messages, environment debugging, and progress notifications.
Unlock the full potential of MCP Grareco through LangDB's AI Gateway. Get enterprise-grade security, analytics, and seamless integration with zero configuration.
Free tier available • No credit card required
Discover shared experiences
グラフィックレコーディングを生成するためのMCPサーバーです。 MCPプロトコルの機能を活用して、任意URLや任意文字列の内容をグラレコ化します。
echo
message
(string): エコーバックするメッセージprintEnv
webToGrareco
url
(string): 変換対象のWebサイトURLpromptType
(enum: "standard" | "elementary" | "timeline", デフォルト: "standard"): 使用するプロンプトタイプ(標準、小学生向け、タイムライン)textToGrareco
text
(string): 変換対象のテキストpromptType
(enum: "standard" | "elementary" | "timeline", デフォルト: "standard"): 使用するプロンプトタイプ(標準、小学生向け、タイムライン)The server sends random-leveled log messages every 15 seconds, e.g.:
{ "method": "notifications/message", "params": { "level": "info", "data": "Info-level message" } }
# インストール npm install # ビルド npm run build # 実行(STDIOモード) npm run start # 実行(SSEモード) npm run start:sse
cline_mcp_settings.json
に以下を追加してください:
例1:
{ "mcpServers": { "grareco": { "command": "npx", "args": [ "-y", "mcp_grareco" ] } } }
例2:
{ "mcpServers": { "grareco": { "url": "http://localhost:3000/sse", "headers": {}, "timeout": 900 } } }
Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!