Skip to content
Zed

mcp test for Zed

io.github.bharath-krishna/mcp-test

A simple MCP server with an echo tool for testing purposes

client:Zed transport:stdio runtime:pypi

Install mcp test in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "mcp-test": {
      "command": "uvx",
      "args": [
        "mcp-echo-server"
      ]
    }
  }
}

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

mcp test in other clients