MCP.so
ログイン

Thinking Partner MCP

@nwant

Thinking Partner MCP について

MCP server for unified AI thinking partner across Claude Desktop and Code

基本情報

カテゴリ

その他

ランタイム

node

トランスポート

stdio

公開者

nwant

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "thinking-partner": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-thinking-partner"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Thinking Partner MCP?

Thinking Partner MCP is a Model Context Protocol (MCP) server that creates a unified AI thinking partner across Claude Desktop and Claude Code. It enables seamless context sharing and conversation continuity between architectural thinking and implementation work.

How to use Thinking Partner MCP?

Install dependencies with npm install, then configure both Claude Desktop (npm run setup-desktop) and Claude Code (npm run setup-code). Start the development server with npm run dev. For multi-machine sync, set environment variables like THINKING_PARTNER_GIT_REMOTE in a .env file.

Key features of Thinking Partner MCP

  • set_focus: Set a shared work topic across both tools.
  • get_context: Retrieve relevant context for the current conversation.
  • log_design_decision: Capture architectural choices with reasoning.
  • log_implementation_finding: Record discoveries made during coding.
  • bridge_conversation: Connect conversations between Desktop and Code.
  • Automatic Git synchronization for context across multiple machines.

Use cases of Thinking Partner MCP

  • Morning design session in Claude Desktop to explore architecture and log decisions.
  • Implementation session in Claude Code that automatically pulls in design context.
  • Next-day continuity where both tools remember reasoning and open questions.
  • Cross-session pattern recognition through persistent context storage.

FAQ from Thinking Partner MCP

What tools does Thinking Partner MCP provide?

It offers five tools: set_focus, get_context, log_design_decision, log_implementation_finding, and bridge_conversation.

How does context persist between sessions?

Context is stored persistently in a local JSON file (data/context.json), which is automatically read and written by the server.

Does Thinking Partner MCP support syncing across multiple machines?

Yes, by setting environment variables in a .env file (e.g., THINKING_PARTNER_GIT_REMOTE), the server can automatically pull before reading and commit/push after saving changes.

What are the runtime requirements?

Node.js and npm are required. The server is configured for Claude Desktop and Claude Code via the provided setup scripts.

How do I configure Claude Desktop and Claude Code?

Run npm run setup-desktop for Claude Desktop and npm run setup-code for Claude Code. Both scripts automatically configure the MCP server.

コメント

「その他」の他のコンテンツ