Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

ampleMcpServer in other clients