laver mcp for Gemini CLI
io.github.developyn/laver-mcp
Kanban boards, sprints, tickets and a team wiki, with versioned writes for concurrent agents.
client:Gemini CLI
transport:stdio
runtime:npm
Install laver mcp in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"laver-mcp": {
"command": "npx",
"args": [
"-y",
"@laver/mcp"
],
"env": {
"LAVER_API_KEY": "<LAVER_API_KEY>",
"LAVER_API_KEY_FILE": "<LAVER_API_KEY_FILE>",
"LAVER_API_URL": "<LAVER_API_URL>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs