Skip to content
Gemini CLI

devmcp for Gemini CLI

io.github.rudranaresh0201/devmcp

Git/CI MCP server with the full protocol surface (tools, resources, prompts, roots, sampling).

client:Gemini CLI transport:stdio runtime:pypi

Install devmcp in Gemini CLI

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

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

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

devmcp in other clients