← Back to browse

DeepThonk

Indexed by io.github.linxule

About

Provider-neutral OpenDeepThink reasoning server: generate, judge, rank, mutate.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsDEEPSEEK_API_KEY OPENROUTER_API_KEY DEEPTHONK_API_KEY DEEPTHONK_CONFIG DEEPTHONK_PROFILES_DIR
Claude Code
claude mcp add --env DEEPSEEK_API_KEY= --env OPENROUTER_API_KEY= --env DEEPTHONK_API_KEY= --env DEEPTHONK_CONFIG= --env DEEPTHONK_PROFILES_DIR= deepthonk -- npx deepthonk
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"deepthonk","command":"npx","args":["deepthonk"],"env":{"DEEPSEEK_API_KEY":"","OPENROUTER_API_KEY":"","DEEPTHONK_API_KEY":"","DEEPTHONK_CONFIG":"","DEEPTHONK_PROFILES_DIR":""}}'
JSON
{
  "mcpServers": {
    "deepthonk": {
      "command": "npx",
      "args": [
        "deepthonk"
      ],
      "env": {
        "DEEPSEEK_API_KEY": "",
        "OPENROUTER_API_KEY": "",
        "DEEPTHONK_API_KEY": "",
        "DEEPTHONK_CONFIG": "",
        "DEEPTHONK_PROFILES_DIR": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.