Skip to main content
Glama
DonoueKen

wellulu-insight

by DonoueKen

wellulu-insight

Claude との会話から自動でインサイトを GitHub Issues に保存する MCP サーバーです。

機能

  • create_insight — インサイトを Issue として保存

  • list_insights — カテゴリ・ステータスで一覧取得

  • search_insights — キーワード検索

Related MCP server: GitHub MCP Server

セットアップ

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 テンプレート
Install Server
F
license - not found
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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