Tasks Example for Gemini CLI
live.alpic.tasks-example-ca49f0f6/tasks-example
A test MCP server for task management
client:Gemini CLI
transport:streamable-http
tools:2
Install Tasks Example in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"tasks-example": {
"httpUrl": "https://tasks-example-ca49f0f6.alpic.live"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs