Skip to content

ThreadMind MCPThink less tokens, think more.

Organize AI conversations into thread trees. Reduce token consumption by replacing full chat histories with structured summaries.

Quick Setup

Add ThreadMind to your AI client in seconds:

json
{
  "mcpServers": {
    "thread-mind": {
      "command": "npx",
      "args": ["-y", "thread-mind-mcp"]
    }
  }
}
json
{
  "mcpServers": {
    "thread-mind": {
      "type": "stdio",
      "command": "cmd",
      "args": ["/c", "npx", "-y", "thread-mind-mcp"],
      "env": {}
    }
  }
}

Then start organizing:

You: Create a project called "My App"
AI:  ✓ Project "my-app" created. Main thread active.

You: Create a thread for "Authentication"
AI:  ✓ Thread "authentication" created under "main".

     main
     └── authentication ← active

Released under the MIT License.