github project info for Gemini CLI
io.github.shubhtoy/github-project-info
Read public GitHub Projects v2 boards without auth — items, fields, story points, priority.
client:Gemini CLI
transport:stdio
runtime:npm
Install github project info in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"github-project-info": {
"command": "npx",
"args": [
"-y",
"github-project-info-mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs