wellulu-insight
Allows automatically saving insights from conversations as GitHub Issues, with tools to create, list, and search insights.
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-insightCreate an insight about the new feature request"
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 Issues に保存する MCP サーバーです。
機能
create_insight— インサイトを Issue として保存list_insights— カテゴリ・ステータスで一覧取得search_insights— キーワード検索
Related MCP server: GitHub MCP Server
セットアップ
1. 依存関係のインストール
npm install2. GitHub Personal Access Token の作成
GitHub Settings で repo スコープのトークンを作成してください。
3. Claude Desktop への登録
%APPDATA%\Claude\claude_desktop_config.json(Windows)または~/Library/Application Support/Claude/claude_desktop_config.json(macOS)に追記:
{
"mcpServers": {
"wellulu-insight": {
"command": "node",
"args": ["C:/path/to/wellulu-insight/mcp/index.mjs"],
"env": {
"GITHUB_TOKEN": "your_github_pat",
"GITHUB_OWNER": "DonoueKen",
"GITHUB_REPO": "wellulu-insight"
}
}
}
}4. Claude プロジェクト指示の設定
prompts/claude-project-instructions.md の内容を Claude のプロジェクト指示にコピーしてください。
ディレクトリ構成
mcp/index.mjs # MCP サーバー本体
package.json # 依存関係
prompts/claude-project-instructions.md # Claude への自動保存指示
.github/ISSUE_TEMPLATE/insight.yml # Issue テンプレート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/DonoueKen/wellulu-insight'
If you have feedback or need assistance with the MCP directory API, please join our Discord server