thinking-partner-mcp-raycast
Thinking Partner MCP Raycast拡張機能は、思考ワークフローのための迅速なフォーカス管理を可能にするMCPクライアントです。現在のフォーカスの表示、新しいフォーカスの設定、フォーカス履歴の参照、時間追跡などの機能を提供します。Raycastと連携し、効率的な思考をサポートします。
GitHubスター
0
ユーザー評価
未評価
フォーク
0
イシュー
0
閲覧数
1
お気に入り
0
README
Thinking Partner MCP Raycast Extension
A Raycast extension that acts as an MCP (Model Context Protocol) client for the thinking-partner-mcp server, enabling quick focus management for your thinking workflow.
Features
- View Current Focus: See your active focus topic at a glance
- Set New Focus: Quickly set a new focus with topic and context
- Focus History: Browse and resume previous focus sessions
- Time Tracking: See when you started each focus session
Prerequisites
- Raycast v1.98.0+ (with MCP support)
- thinking-partner-mcp server set up at
~/projects/thinking-partner-mcp
- Node.js installed
Installation
Step 1: Add MCP Server to Raycast
Important: You need to add your thinking-partner MCP server to Raycast first.
- Open Raycast and search for "Add MCP Server"
- Configure with:
- Name:
thinking-partner
- Command:
node
- Arguments:
/Users/YOUR_USERNAME/projects/thinking-partner-mcp/src/index.js
- Working Directory:
/Users/YOUR_USERNAME/projects/thinking-partner-mcp
- Name:
Step 2: Install the Extension
- Clone this repository
- Install dependencies:
npm install
- Build and run in development mode:
npm run dev
See SETUP.md for detailed setup instructions and troubleshooting.
Usage
- Launch Raycast and search for "Quick Focus"
- The extension will connect to your thinking-partner-mcp server
- View your current focus or set a new one
- Browse focus history and resume previous sessions
Development
npm run dev
- Run in development modenpm run build
- Build for productionnpm run lint
- Run linternpm run fix-lint
- Fix linting issues
License
MIT
作者情報
スレッド