Thinking Partner MCP
@nwant
关于 Thinking Partner MCP
MCP server for unified AI thinking partner across Claude Desktop and Code
基本信息
配置
使用下面的配置,将此服务器添加到你的 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.
其他 分类下的更多 MCP 服务器
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
评论