DeepSeek-native AI coding agent for your terminal. Engineered around prefix-cache stability โ leave it running.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"DeepSeek-Reasonix": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-DeepSeek-Reasonix"
]
}
}
}