wellulu-insight
Provides tools for creating, listing, and searching insights as GitHub Issues, with categorization and labeling.
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., "@wellulu-insightlist my recent insights about customer feedback"
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.
wellulu-insight
ドノウエケンさんが Claude と話すだけで、後で振り返る価値のある気づき・学び・商談の知見を自動で GitHub に貯めていく仕組みです。専用の保存ボタンを押す必要はありません。Claude が会話の中から「これは残す価値がある」と判断したインサイトを、自動でこのリポジトリの Issue として記録します。
これで解決すること
商談や打ち合わせで得た知見、ふとした気づき、失敗からの学びは、その場では覚えていても数日で忘れてしまいます。メモを取るのも続きません。このリポジトリは「Claude に話す → 勝手に整理されて溜まる」を実現し、あとから一覧・検索できる状態を作ります。
Related MCP server: GitHub MCP Server
できること
Claude との会話から、インサイトを自動で Issue 化(手動操作なし)
カテゴリ(気づき / 学び / 顧客・商談 / 意見 / アイデア)で分類
あとから一覧表示・キーワード検索
別のPC・別の人の Claude Desktop でも同じ仕組みを再現
できないこと(スコープ外)
X やブログへの自動投稿(ここはあくまで「インサイトを溜める箱」です)
機密情報・個人情報の保存(Claude 側で保存対象から除外します)
Claude 以外(ChatGPT 等)からの利用(GPT 用ではなく Claude 用 MCP です)
使い方の流れ
別PCの Claude Desktop に、このリポジトリの MCP サーバーを1度だけ設定する(下記セットアップ)
あとは Claude と普通に会話するだけ
残す価値がある話が出ると、Claude が
create_insightで自動保存し「(保存しておきました)」と一言添える「インサイト一覧見せて」「〇〇について調べて」と言えば、過去の蓄積を呼び出せる
ステータス
運用可能。MCP サーバー・Issue テンプレート・ラベルは整備済み。
想定ユーザー
ドノウエケンさん本人。エンジニアでなくても、下記セットアップを1度行えば使えます。
技術詳細
X 投稿ネタを Issue 管理する x-post-ideas の Claude + MCP 版。ChatGPT の GPT Actions(OpenAPI スキーマ)を MCP サーバーに置き換えたもの。提供形態は2つ。
形態 | 用途 | 場所 |
クラウド(推奨) | URL をコネクタ登録するだけ。別PC・別の人がインストール不要で使える |
|
ローカル | 自分のPCで完結させたい場合。クローン+Node が必要 |
|
別の人の Claude Desktop で再現したい場合はクラウド版を使う。手順は cloudflare/README.md。以下はローカル(stdio)版の説明。
構成
mcp/index.mjs MCP サーバー本体(stdio・ビルド不要)
package.json 依存は @modelcontextprotocol/sdk のみ
prompts/claude-project-instructions.md Claude に貼る自動保存の指示
.github/ISSUE_TEMPLATE/insight.yml 手動登録用 Issue テンプレMCP ツール
ツール | 用途 |
| インサイトを Issue として保存(title / insight / category / takeaways / url / memo) |
| 保存済み一覧(category / state で絞り込み) |
| キーワード全文検索 |
別PC(Claude Desktop)でのセットアップ
前提: その PC に Node.js 18+ が入っていること。
このリポジトリへの読み書きができる GitHub トークンを用意する
GitHub → Settings → Developer settings → Fine-grained tokens
Repository access: このリポジトリのみ / Permissions: Issues = Read and write
生成したトークン(
github_pat_...)を控える(リポジトリやチャットに貼らないこと)
リポジトリを1度クローンして依存を入れる
git clone https://github.com/Vortex-9191/wellulu-insight.git cd wellulu-insight npm installClaude Desktop の設定ファイルにサーバーを登録する
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
{ "mcpServers": { "wellulu-insight": { "command": "node", "args": ["/クローンした絶対パス/wellulu-insight/mcp/index.mjs"], "env": { "GITHUB_TOKEN": "github_pat_ここにトークン", "INSIGHT_REPO": "Vortex-9191/wellulu-insight" } } } }Claude Desktop を再起動する。ツール(🔌)に
wellulu-insightが出れば成功。prompts/claude-project-instructions.mdの中身を Claude の Project 指示(またはカスタム指示)に貼ると、頼まなくても自動保存が始まる。
ラベル
カテゴリ: discovery 気づき・発見 / learning 学び・教訓 / customer 顧客・商談 / opinion 意見・考察 / idea アイデア・施策
ステータス: status: new 新規 / status: reviewing 確認中 / status: actioned 着手済み / status: archived 保管
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.
Latest Blog Posts
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/Vortex-9191/wellulu-insight'
If you have feedback or need assistance with the MCP directory API, please join our Discord server