Platform Integrations
Connect Tetrix AI MCP Server to your favorite AI platform. Each platform has specific setup requirements and features.
Supported Platforms
Most Popular
- Claude Desktop - Anthropic’s desktop AI assistant with full conversational interface
- Cursor IDE - AI-powered code editor with inline assistance and contextual help
Universal Compatibility
- Other Platforms - ChatGPT Desktop, CLINE, and any MCP-compatible client
Platform Comparison
Platform | Best For | Setup Time | Key Features |
---|---|---|---|
Claude Desktop | Conversational AI, system exploration | ~5 minutes | Natural language interaction, architecture discussions |
Cursor IDE | Code development, inline assistance | ~5 minutes | AI-powered completion, contextual help while coding |
ChatGPT Desktop | General AI assistance | ~5 minutes | Core system analysis features |
CLINE | VS Code development | ~5 minutes | Development workflow integration |
Custom Clients | Specialized workflows | ~10 minutes | Depends on client capabilities |
Quick Setup Overview
All platforms use the same MCP Server configuration:
{
"mcpServers": {
"tetrix": {
"command": "npx",
"args": [
"-y",
"mcp-remote@latest",
"http://tetrix-level-1-dev-alb-463220232.us-east-1.elb.amazonaws.com/mcp",
"--transport",
"http-only",
"--allow-http"
]
}
}
}
The difference is where you add this configuration and how you access Tetrix AI features within each platform.
Choose Your Platform
Select the platform you want to integrate with Tetrix AI and follow the detailed setup guide.
Last updated on