mcp-server-deepseek

Python

A MCP server provides access to DeepSeek-R1's reasoning capabilities for LLMs

Protocol Implementations
AI Model Integration
Function Calling

Architecture and Design Patterns

The server acts as a bridge, exposing DeepSeek-R1's reasoning through an MCP tool. It follows a client-server architecture where LLM applications are clients and this server provides a specific reasoning service. It leverages API calls to DeepSeek and exposes a single, well-defined tool.

About

Language

Python

Stars

0

Categories

Protocol ImplementationsAI Model IntegrationFunction Calling