Deepseek MCP ServerServer

vincentf305
GitHub
MCPDeepseekAI Integration

Loading subscription status...

💡 Description

The Deepseek MCP Server is an implementation of the Model Control Protocol that allows for seamless integration between Claude Desktop and Deepseek language models, enabling the operation of these models within Docker containers.

📝 JSON Entries

{
  "mcpServers": [
    {
      "deepseek-server": {
        "env": {
          "DEEPSEEK_API_KEY": "your_api_key_here"
        },
        "args": [
          "run",
          "-i",
          "--rm",
          "-e",
          "DEEPSEEK_API_KEY",
          "mcp_server_deepseek"
        ],
        "command": "docker"
      }
    }
  ]
}

🛠️ Tools

DockerPython

Features

  • Agent Orchestration
  • Code Execution
  • Virtualization