deepseek for Zed
io.github.arikusi/deepseek
MCP server for DeepSeek AI with chat, reasoning, sessions, function calling, and cost tracking
client:Zed
transport:stdio
runtime:npm
Install deepseek in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"deepseek": {
"command": "npx",
"args": [
"-y",
"@arikusi/deepseek-mcp-server"
],
"env": {
"DEEPSEEK_API_KEY": "<DEEPSEEK_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs