Gemini Code Assist
Set up Trinity Insights MCP in Google Gemini Code Assist with the MCP extension.
Configuration
Configuration type: JSON
File location: ~/.gemini/mcp.json (or via the VS Code Gemini Code Assist extension → Settings → MCP)
{
"mcpServers": {
"trinity-insights": {
"url": "https://mcp.trinityinsights.io/mcp",
"transport": "streamable-http",
"headers": {
"Authorization": "Bearer YOUR_TRINITY_API_KEY"
}
}
}
}Replace YOUR_TRINITY_API_KEY with the API key you will generate in the next step.
Setup steps
- Enable Gemini Code Assist
Subscribe to Gemini Code Assist via Google Cloud. Check MCP eligibility in your plan. - Retrieve your Trinity API key
Dashboard → Settings → API Keys MCP. Create a key dedicated to Gemini. - Configure the MCP server
Edit ~/.gemini/mcp.json or use the Code Assist interface → MCP Servers → Add. - Restart Gemini Code Assist
Reload the VS Code window or restart the Gemini extension. - Test
Ask Gemini: "Retrieve the Trinity education content for MVRV." The get_chart_education tool is called.
Notes
- Gemini Code Assist supports MCP via the VS Code extension and the native CLI.
- Check IAM permissions if you use Code Assist Enterprise.
Other MCP clients
Related resources
Institutional disclaimer
Trinity Insights is an educational and analytical tool. MCP responses do not constitute investment advice. Trinity Insights is not a Crypto-Asset Service Provider (CASP) registered under MiCA Regulation (EU) 2023/1114. See the full disclaimer.