fixed assets for Gemini CLI
io.github.theluckystrike/fixed-assets
Keep a fixed asset register: cost, depreciation to date, disposals and net book value.
client:Gemini CLI
transport:streamable-http
runtime:mcpb
tools:9
Install fixed assets in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"fixed-assets": {
"httpUrl": "https://mcp.zovo.one/mcp/fixed-assets"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs