MCP Server
MCP
DeepThonk
Provider-neutral OpenDeepThink reasoning server: generate, judge, rank, mutate.
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
By
Comments
Sign in to leave a comment