DeepSeek-Reasonix

GitHub

DeepSeek-native AI coding agent for your terminal. Engineered around prefix-cache stability โ€” leave it running.

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "DeepSeek-Reasonix": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-DeepSeek-Reasonix"
      ]
    }
  }
}