ampleMcpServer for Zed
io.github.duiduixu/amplemcpserver
生成随机数MCP Server
client:Zed
transport:stdio
runtime:nuget
Install ampleMcpServer in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"amplemcpserver": {
"command": "dnx",
"args": [
"sterlingxu_SampleMcpServer",
"--yes"
],
"env": {
"WEATHER_CHOICES": "<WEATHER_CHOICES>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs