MCP Deepseek Agent Server

by freebeiro

Integrations

  • Integrates with Ollama to use the Deepseek model for AI capabilities through the MCP protocol

MCP Deepseek Agent

MCP server implementation using Ollama's Deepseek model for seamless AI integration.

Features

  • 🤖 MCP protocol compliance
  • 🔄 Ollama integration with Deepseek model
  • ⚙️ Automatic configuration
  • 🧹 Clean responses (removes thinking tags)
  • 📝 Standard MCP protocol endpoints

Quick Start

  1. Install Ollama and Deepseek model:
ollama run deepseek-r1
  1. Install the package:
pip install git+https://github.com/freebeiro/mcp-deepseek-agent.git
  1. Start the server:
mcp-deepseek-agent

Configuration

Set through environment variables:

export OLLAMA_API_URL="http://localhost:11434" export OLLAMA_MODEL="deepseek-r1" export TEMPERATURE="0.7" export TOP_P="0.9" export MCP_PORT="8080"

Usage in MCP Configuration

Add to your MCP configuration:

{ "mcpServers": { "deepseek": { "command": "mcp-deepseek-agent", "args": [], "env": { "OLLAMA_MODEL": "deepseek-r1" } } } }

Documentation

See DOCUMENTATION.md for detailed usage and API documentation.

License

MIT License - see LICENSE file for details.

-
security - not tested
F
license - not found
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

Enables seamless AI integration via Ollama's Deepseek model, providing protocol compliance and automatic configuration for clean AI-driven interactions.

  1. Features
    1. Quick Start
      1. Configuration
        1. Usage in MCP Configuration
          1. Documentation
            1. License

              Related MCP Servers

              • A
                security
                A
                license
                A
                quality
                Provides integration with OpenRouter.ai, allowing access to various AI models through a unified interface.
                Last updated -
                4
                154
                28
                TypeScript
                Apache 2.0
              • -
                security
                A
                license
                -
                quality
                This server facilitates the invocation of AI models from providers like Anthropic, OpenAI, and Groq, enabling users to manage and configure large language model interactions seamlessly.
                Last updated -
                4
                Python
                MIT License
              • -
                security
                F
                license
                -
                quality
                This server integrates DeepSeek and Claude AI models to provide enhanced AI responses, featuring a RESTful API, configurable parameters, and robust error handling.
                Last updated -
                13
                TypeScript
              • -
                security
                F
                license
                -
                quality
                Enables integration and control of DeepSeek and Claude AI models through RESTful APIs, supporting seamless AI model operations with configurable parameters and robust error handling.
                Last updated -
                13
                3

              View all related MCP servers

              ID: hwiczumm33