Gemini CLI + Enigma
Enigma's remote MCP server is currently in beta.
Give the Gemini CLI the power of Enigma's business intelligence. With Enigma's MCP tools, your AI agent becomes a business research expert for quick analysis and market insights.
Prerequisites
- An Enigma API key, which you can find on the homepage of the Enigma Console
- A Gemini API key
- Gemini CLI installed
Installation
Locate the Gemini CLI settings file (usually ~/.gemini/settings.json
) and add:
{
"mcpServers": {
"enigma": {
"command": "npx",
"args": [
"-y", "-p", "@enigma-com/enigma-mcp-remote@latest",
"enigma-mcp-remote",
"https://mcp.enigma.com/http-key",
"--header", "x-api-key:YOUR_API_KEY"
]
}
}
}
You can find your API key on the Enigma Console homepage.
Verify Your Setup
Test the connection: Try this example in Gemini CLI:
"Analyze Tacombi's market position and growth trends"
You should see your Gemini AI intelligently using Enigma's business intelligence to provide comprehensive market analysis.
What Your Gemini CLI Can Do
With Enigma's business intelligence, your Gemini CLI can:
- Research any business instantly during command line sessions
- Analyze competitive landscapes for market research
- Access financial data for investment and performance analysis
- Perform compliance checks for due diligence workflows
Your command line AI becomes a business intelligence expert, providing instant access to comprehensive business data.
Troubleshooting
MCP authentication failing?
- Ensure you're logged into Enigma Console in your default browser
- Restart Gemini CLI after configuration changes
- Try clearing browser cache and re-authenticating
Tools not working in chat?
- Verify the MCP server is properly configured in settings.json
- Check that your Gemini API key is valid and active
- Use
/mcp status
to check connection status