There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
deepthonk · npm · 0.3.0
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.linxule/deepthonk",
"description": "Provider-neutral OpenDeepThink reasoning server: generate, judge, rank, mutate.",
"title": "DeepThonk",
"repository": {
"url": "https://github.com/linxule/deepthonk",
"source": "github"
},
"version": "0.3.0",
"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"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-07-10T13:46:29.483611Z",
"publishedAt": "2026-07-10T13:46:29.483611Z",
"updatedAt": "2026-07-10T13:46:29.483611Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.3.0last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.