DeepThonk for Cline
io.github.linxule/deepthonk
Provider-neutral OpenDeepThink reasoning server: generate, judge, rank, mutate.
client:Cline
transport:stdio
runtime:npm
Install DeepThonk in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"deepthonk": {
"command": "npx",
"args": [
"-y",
"deepthonk"
],
"env": {
"DEEPSEEK_API_KEY": "<DEEPSEEK_API_KEY>",
"OPENROUTER_API_KEY": "<OPENROUTER_API_KEY>",
"DEEPTHONK_API_KEY": "<DEEPTHONK_API_KEY>",
"DEEPTHONK_CONFIG": "<DEEPTHONK_CONFIG>",
"DEEPTHONK_PROFILES_DIR": "<DEEPTHONK_PROFILES_DIR>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs