DeepSeek MCP ServerServer

Sheshiyer
GitHub
code generationdeveloper toolsAI

Loading subscription status...

💡 Description

An MCP server implementation that provides code generation and completion capabilities using the DeepSeek API, with support for tool chaining and cost optimization.

📝 JSON Entries

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

🛠️ Tools

generate_codecomplete_codeoptimize_codeexecute_chain

Features

  • Code generation with language-specific support
  • Code completion with context awareness
  • Code optimization with multiple targets
  • Tool chaining for complex operations
  • Built-in caching for cost optimization
  • TypeScript implementation with full type safety

💬 Example Queries

  • Write a function that sorts an array
  • Create a REST API endpoint
  • Generate a hello world program in Python