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: mcp-github-pm
セットアップ
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.
Related MCP Servers
- Alicense-quality-maintenanceEnables Claude to manage GitHub Gists as an intelligent code library, allowing users to save, retrieve, update, and organize code snippets from anywhere with natural language commands.Last updated
- AlicenseBqualityDmaintenanceEnables GitHub project management from Claude, supporting issue creation, milestones, labels, changelog generation, and repository stats.Last updated8261MIT
- Flicense-qualityCmaintenanceEnables to interact with GitHub repositories directly from Claude, supporting actions like viewing repos, checking status, committing and pushing changes, and managing pull requests.Last updated
- Flicense-qualityCmaintenanceAutomatically saves valuable insights, learnings, and business knowledge from Claude conversations as GitHub Issues, categorized and searchable.Last updated
Related MCP Connectors
Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.
Persistent context for Claude. Your AI always knows your projects and next actions across sessions.
Connect AI assistants to your GitHub-hosted Obsidian vault to seamlessly access, search, and analy…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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