Project Parva for Gemini CLI
io.github.dantwoashim/project-parva
Read-only Nepali date, calendar, festival, Panchanga, and temporal verification tools.
client:Gemini CLI
transport:stdio
runtime:oci
Install Project Parva in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"project-parva": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/dantwoashim/parva-mcp-server:1.0.0"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs