Back to directory
sheshiyer/deepseek-mcp-with-moe

sheshiyer/deepseek-mcp-with-moe

@Sheshiyer

MCP server providing code generation, completion, and optimization using DeepSeek API with tool chaining support

deepseekcode-generationcode-completiontool-chainingmcpjavascripttool

Installation & Configuration

{
  "mcpServers": {
    "deepseek": {
      "command": "node",
      "args": [
        "/path/to/deepseek-mcp/build/index.js"
      ],
      "env": {
        "DEEPSEEK_API_KEY": "your-api-key"
      }
    }
  }
}

Information

Transport
stdio
Language
JavaScript
Created
2026/6/17
Updated
2026/6/17