Skip to content
Gemini CLI

publish mcp server for Gemini CLI

io.github.marlenezw/publish-mcp-server

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

client:Gemini CLI transport:stdio runtime:pypi

Install publish mcp server in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

publish mcp server in other clients