delovye linii mcp for Zed
io.github.theyahia/delovye-linii-mcp
MCP server for Delovye Linii (Деловые Линии) delivery API — tariff calculation, city search, tracki
client:Zed
transport:stdio
runtime:npm
Install delovye linii mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"delovye-linii-mcp": {
"command": "npx",
"args": [
"-y",
"@theyahia/delovye-linii-mcp"
],
"env": {
"DELLIN_API_KEY": "<DELLIN_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs