Gemini CLI
Use Docsumo MCP in the Gemini CLI.
Prerequisites
- Gemini CLI installed
- Your Docsumo API key from Settings → API & Webhooks
Setup
- Open
~/.gemini/settings.json(create it if it doesn't exist; use.gemini/settings.jsoninside a project for project scope). - Add the Docsumo server (replace
YOUR_API_KEY):
{
"mcpServers": {
"docsumo": {
"httpUrl": "https://mcp.docsumo.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}- Restart the Gemini CLI.
Verify
Run /mcp inside the CLI — docsumo should be listed with its tools. Then try:
"Use Docsumo to get the extracted data for my latest processed document."
Having trouble? See FAQ & troubleshooting.
