DeepSeek MCP Server for Zed
io.github.dmontgomery40/deepseek
Official DeepSeek MCP server for chat, completion, model listing, and balance endpoints.
client:Zed
transport:stdio
runtime:npm
Install DeepSeek MCP Server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"deepseek": {
"command": "npx",
"args": [
"-y",
"deepseek-mcp-server"
],
"env": {
"DEEPSEEK_API_KEY": "<DEEPSEEK_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs