Connect TengineAI with Cursor for AI-powered development.
{
"mcp.servers": {
"tengineai": {
"command": "npx",
"args": ["@tengineai/mcp-server"],
"env": {
"TENGINE_API_KEY": "your-api-key-here",
"TENGINE_SERVER_URL": "https://app.tengine.ai"
}
}
}
}
Restart Cursor to apply the configuration.
With TengineAI integrated, you can:
Access TengineAI features via Cmd+Shift+P (Mac) or Ctrl+Shift+P (Windows):
TengineAI: Create New ProjectTengineAI: Generate API KeyTengineAI: View Project AnalyticsTengineAI: Setup OAuth IntegrationAsk Cursor's AI about your TengineAI projects:
"Show me the analytics for my TengineAI project"
"Help me set up a new API integration"
"Generate a new API key with read permissions"
{
"mcp.servers": {
"tengineai": {
"command": "npx",
"args": ["@tengineai/mcp-server", "--config", "custom-config.json"],
"env": {
"TENGINE_API_KEY": "your-api-key-here",
"TENGINE_DEBUG": "true",
"TENGINE_LOG_LEVEL": "info"
}
}
}
}
Enable debug logging:
{
"mcp.debug": true,
"mcp.logLevel": "debug"
}