Skip to content

publish mcp server for Zed

io.github.marlenezw/publish-mcp-server

An MCP server that helps developers publish their MCP servers to the registry

client:Zed transport:stdio runtime:pypi

Install publish mcp server in Zed

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

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

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

publish mcp server in other clients