Skip to content

Elias MCP Sample Server for Zed

io.github.elpadev/sample-mcp-server-python-package

A sample MCP server for testing

client:Zed transport:stdio runtime:pypi

Install Elias MCP Sample Server in Zed

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

{
  "context_servers": {
    "sample-mcp-server-python-package": {
      "command": "uvx",
      "args": [
        "elias-mcp-server-elpadev"
      ]
    }
  }
}

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

Elias MCP Sample Server in other clients