Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

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.

GitHubEmbed

Описание

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 Settingsrepo スコープのトークンを作成してください。

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 テンプレート

from github.com/DonoueKen/wellulu-insight

Установка Wellulu Insight

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/DonoueKen/wellulu-insight

FAQ

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

Compare Wellulu Insight with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development