thinkchain

🧠 Advanced Claude streaming interface with interleaved thinking, dynamic tool discovery, and MCP integration. Watch Claude think through problems in real-time while executing tools with live progress updates.

GitHub Stars

180

User Rating

Not Rated

Favorites

0

Views

30

Forks

22

Issues

0

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

Installation

Prerequisites

Please specify required software and versions:
Python: 3.7 or higher
uvicorn: Latest version

Installation Steps

1. Clone Repository

bash
git clone https://github.com/martinbowling/ThinkChain.git
cd ThinkChain

2. Set Up API Key

bash
echo "ANTHROPIC_API_KEY=your_api_key_here" > .env

3. Run the Application

bash
uv run thinkchain.py     # Enhanced UI with rich formatting
uv run thinkchain_cli.py # Minimal CLI version
uv run run.py            # Smart launcher

Troubleshooting

Common Issues

Issue: Application won't start Solution: Check Python version and reinstall dependencies.

Additional Resources