Skip to content

ThreadMind MCPMoins de tokens, plus de réflexion.

Organisez vos conversations IA en arborescences de threads. Réduisez la consommation de tokens en remplaçant l'historique complet par des résumés structurés.

Installation rapide

Ajoutez ThreadMind à votre client IA en quelques secondes :

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": {}
    }
  }
}

Puis commencez à organiser :

Vous : Crée un projet appelé "Mon App"
IA :   ✓ Projet "mon-app" créé. Thread principal actif.

Vous : Crée un thread pour "Authentification"
IA :   ✓ Thread "authentification" créé sous "main".

       main
       └── authentification ← actif

Released under the MIT License.