Gemini
Connect Shredly to Gemini (Antigravity) using the mcp_config.json config file.
Prerequisites
- Gemini CLI installed
- A Shredly API key (get one here)
- Node.js 18+ (for
npx mcp-remote)
Setup
Add the following to .gemini/config/mcp_config.json, replacing your-api-key-here with your key:
{
"mcpServers": {
"shredly": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.shredly.io/mcp/shredly",
"--header",
"Authorization: Bearer your-api-key-here"
]
}
}
}
Restart Gemini. Shredly tools will be available in your next session.
Verify the connection
Ask Gemini to list available MCP tools:
"What MCP tools do you have from Shredly?"