Wellulu Insight
БесплатноНе проверенEnables automatic saving of insights from Claude conversations as GitHub Issues, with features to create, list, and search insights by category and keyword.
Описание
Enables automatic saving of insights from Claude conversations as GitHub Issues, with features to create, list, and search insights by category and keyword.
README
Claude との会話から自動でインサイトを GitHub Issues に保存する MCP サーバーです。
機能
create_insight— インサイトを Issue として保存list_insights— カテゴリ・ステータスで一覧取得search_insights— キーワード検索
セットアップ
1. 依存関係のインストール
npm install
2. 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 テンプレート
Установка Wellulu Insight
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/DonoueKen/wellulu-insightFAQ
Wellulu Insight MCP бесплатный?
Да, Wellulu Insight MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Wellulu Insight?
Нет, Wellulu Insight работает без API-ключей и переменных окружения.
Wellulu Insight — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Wellulu Insight в Claude Desktop, Claude Code или Cursor?
Открой Wellulu Insight на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Wellulu Insight with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
