VS Code + Enigma
Enigma's remote MCP server is currently in beta.
Give VS Code Copilot the power of Enigma's business intelligence. Through MCP, GitHub Copilot gains comprehensive business knowledge for building data-driven applications with real market insights.
Prerequisites
- An Enigma API key, which you can find on the homepage of the Enigma Console
- Visual Studio Code installed
- GitHub Copilot extension (for MCP support)
Installation
In your workspace, create .vscode/mcp.json
:
{
"servers": {
"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
- Restart VS Code to load the MCP configuration
- Open GitHub Copilot Chat
- Look for Enigma tools in the available capabilities
Test the connection: Try this example in Copilot Chat:
"Research Tacombi's business model and competitive landscape"
You should see your Copilot intelligently using Enigma's business intelligence to provide comprehensive analysis.
What Your Copilot Can Do
With Enigma's business intelligence, your GitHub Copilot can:
- Research any company while you build business applications
- Validate market assumptions with real data during development
- Analyze competitive landscapes when designing product features
- Access financial metrics for building business intelligence dashboards
Your AI coding assistant becomes a business research expert, seamlessly integrating market data into your development process.
Troubleshooting
Tools not showing up in Copilot Chat?
- Ensure the
.vscode/mcp.json
file is in your workspace root - Restart VS Code after creating or modifying the configuration
- Verify GitHub Copilot extension is installed and active
Configuration not loading?
- Check that the JSON syntax is valid
- Ensure you have the latest version of VS Code and Copilot extension