Cursor IDE
Set up Trinity Insights MCP in Cursor, the AI-first code editor with native MCP support.
Configuration
Configuration type: JSON
File location: ~/.cursor/mcp.json (or via Cursor 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
- Install Cursor
Download Cursor from cursor.com (Mac, Windows, Linux). - Retrieve your Trinity API key
Dashboard → Settings → API Keys MCP. Create a key dedicated to Cursor. - Add the MCP server in Cursor
Settings → Features → MCP → Add new MCP server. Provide the name (trinity-insights), URL (https://mcp.trinityinsights.io/mcp), transport (streamable-http), and Authorization header. - Enable in the composer
In the Cursor composer (Cmd+L), enable Trinity Insights via the Tools menu. The tools are then available in the chat context. - Test
Ask: "Compare the current TCI cycle with previous cycles via Trinity." Cursor will call compare_cycles.
Notes
- Cursor caches MCP tool definitions. If you modify the configuration, restart Cursor to refresh.
- Cursor's token consumption is not affected by MCP calls — only Anthropic / OpenAI calls flow through the Cursor account.
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.