VS Code + GitHub Copilot
Set up Trinity Insights MCP in VS Code via GitHub Copilot with MCP support.
Configuration
Configuration type: JSON
File location: .vscode/mcp.json (workspace) or the user settings.json
{
"github.copilot.mcp.servers": {
"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 GitHub Copilot
VS Code GitHub Copilot extension. Check MCP eligibility in your Copilot plan. - Retrieve your Trinity API key
Dashboard → Settings → API Keys MCP. Create a key dedicated to VS Code. - Configure the MCP server
Edit .vscode/mcp.json at the workspace root, or the github.copilot.mcp.servers section in settings.json. - Reload VS Code
Cmd+Shift+P → Reload Window. - Test via Copilot Chat
Open Copilot Chat and ask: "@trinity Search the narrative-intelligence charts." The list_metrics tool is called.
Notes
- GitHub Copilot MCP supports the same API key as Anthropic Connectors.
- To share the config with a team, commit .vscode/mcp.json (without the key — use ${env:TRINITY_MCP_API_KEY}).
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.