Peptigraph for Gemini CLI
org.peptigraph/mcp
Deterministic peptide reconstitution and dosing math, so assistants compute it instead of guessing.
client:Gemini CLI
transport:streamable-http
tools:2
Install Peptigraph in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"mcp": {
"httpUrl": "https://peptigraph.org/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs