Thinking Partner MCP
About
MCP server for unified AI thinking partner across Claude Desktop and Code
Details
- Author
- nwant
- Downloads
- 202
- Categories
- Other
Jump to
- 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.
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Thinking Partner MCPCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
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.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"thinking partner mcp": {
"thinking-partner": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-thinking-partner"
]
}
}
}
}
McpServers
{
"thinking-partner": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-thinking-partner"
]
}
}
Thinking Partner MCP
A Model Context Protocol (MCP) server that creates a unified AI thinking partner across Claude Desktop and Claude Code. This enables seamless context sharing and conversation continuity between architectural thinking and implementation work.
Quick Start
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



