Using Gemini CLI with Marrow MCP
Use Gemini CLI when you want a terminal-first agent that can access Marrow over MCP.
Prerequisites
- Install Gemini CLI and sign in.
- Create a Marrow MCP key in Marrow MCP Integrations.
Step 1: Add the Marrow MCP server
Run this command from your project root:YOUR_API_KEY with your Marrow MCP key.
Step 2: Reload Gemini CLI
Restart your Gemini CLI session so it loads the new MCP server.Step 3: Test the connection
Run a prompt that uses Marrow data, for example:Starter project
Need a working starting point? Clone our Gemini CLI template repository. It is preconfigured.Fallback using mcp-remote
If you have problems with gemini mcp add, use this fallback proxy config instead:
Marrow MCP resources
Check the following resources for more information:- MCP server URL:
https://mcp.marrow.com/mcp/v1 - Interactive Data Scheme
- Data Scheme JSON: https://api.marrow.com/api/v1/spec/data-scheme
- Need help? Use the contact form

