Skip to content
Zed

simple mcp http for Zed

io.github.oleksii-donets/simple_mcp_http

A Test MCP server that provides tools, promts and resources

client:Zed transport:stdio runtime:oci

Install simple mcp http 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": {
    "simple_mcp_http": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/d0nets/simple-mcp-http:0.0.4"
      ],
      "env": {
        "APP_HOST": "<APP_HOST>",
        "APP_PORT": "<APP_PORT>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

simple mcp http in other clients