BitsWeave for Gemini CLI
com.bitsweave/bitsweave
Read and write shared BitsWeave context, projects, tasks, and work sessions through MCP.
client:Gemini CLI
transport:streamable-http
Install BitsWeave in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"bitsweave": {
"httpUrl": "https://bitsweave.com/api/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs