← Back to Plugins
MCP Server MCP

DeepThonk

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "deepthonk",
      "version": "0.3.0",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "description": "The deepthonk bin has no default action; serve-mcp starts the stdio MCP server.",
          "isRequired": true,
          "value": "serve-mcp",
          "type": "positional",
          "valueHint": "serve-mcp"
        }
      ],
      "environmentVariables": [
        {
          "description": "API key for the DeepSeek provider. Optional: omit to use MCP sampling or another provider.",
          "format": "string",
          "isSecret": true,
          "name": "DEEPSEEK_API_KEY"
        },
        {
          "description": "API key for the OpenRouter provider. Optional: omit to use MCP sampling or another provider.",
          "format": "string",
          "isSecret": true,
          "name": "OPENROUTER_API_KEY"
        },
        {
          "description": "API key for a custom openai-compatible provider endpoint. Optional.",
          "format": "string",
          "isSecret": true,
          "name": "DEEPTHONK_API_KEY"
        },
        {
          "description": "Path to config.yaml. Defaults to ~/.config/deepthonk/config.yaml.",
          "format": "filepath",
          "name": "DEEPTHONK_CONFIG"
        },
        {
          "description": "Directory of custom profile YAML files. Defaults to the config directory's profiles/.",
          "format": "filepath",
          "name": "DEEPTHONK_PROFILES_DIR"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...