Skip to main content
Glama

DeepSeek-Claude MCP Server

by ygboy1986

reason

Analyzes and processes complex queries using advanced reasoning, preparing results for integration with Claude through <ant_thinking> tags.

Instructions

Process a query using DeepSeek's R1 reasoning engine and prepare it for integration with Claude. DeepSeek R1 leverages advanced reasoning capabilities that naturally evolved from large-scale reinforcement learning, enabling sophisticated reasoning behaviors. The output is enclosed within `<ant_thinking>` tags to align with Claude's thought processing framework. Args: query (dict): Contains the following keys: - context (str): Optional background information for the query. - question (str): The specific question to be analyzed. Returns: str: The reasoning output from DeepSeek, formatted with `<ant_thinking>` tags for seamless use with Claude.

Input Schema

NameRequiredDescriptionDefault
queryYes

Input Schema (JSON Schema)

{ "properties": { "query": { "title": "Query", "type": "object" } }, "required": [ "query" ], "title": "reasonArguments", "type": "object" }
Install Server

Other Tools from DeepSeek-Claude MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/ygboy1986/AIClaude'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server