Retour aux applications

Purple Sector
par chrismarth
AI-powered racing telemetry MCP server for Assetto Corsa — real-time lap analysis, coaching suggestions, and data visualisation through natural language.
0 étoiles
1 vues
Fonctionne dans:claude
Expose:ToolsResources
What it does
Purple Sector connects your AI assistant to Assetto Corsa / Assetto Corsa Competizione telemetry data, turning raw lap times and sensor readings into actionable coaching insights. Drivers can ask natural-language questions about their performance and receive intelligent suggestions backed by live telemetry streams.
Tools
- telemetry_capture — Ingest real-time UDP telemetry from Assetto Corsa and store lap data in the local database
- lap_analysis — Run AI-powered analysis on a specific lap or compare multiple laps to identify braking, throttle, and cornering inefficiencies
- coaching_suggestions — Generate prioritised improvement recommendations based on sector time deltas and telemetry signatures
- lap_list — Retrieve stored laps for a session, track, or car combination
- telemetry_stream — Subscribe to live telemetry feed during an active session
Installation
Clone the repo and configure your environment:
git clone https://github.com/chrismarth/PurpleSector
cd PurpleSector
npm install
cp .env.example .env.local
# Edit .env.local: set OPENAI_API_KEY and DATABASE_URL
npm run db:push
npm run dev:start
Then add to claude_desktop_config.json:
{
"mcpServers": {
"purple-sector": {
"command": "node",
"args": ["apps/mcp-analysis/analysis-server.ts"],
"env": {
"OPENAI_API_KEY": "your_key",
"DATABASE_URL": "file:./dev.db"
}
}
}
}
Supported hosts
No specific MCP client is confirmed in the README. Works with any MCP-compatible client via stdio or HTTP transport.
Installation rapide
git clone https://github.com/chrismarth/PurpleSector && cd PurpleSector && npm install && cp .env.example .env.local && npm run db:push && npm run dev:startInformations
- Tarification
- freemium
- Publié
- 4/7/2026
- étoiles
- 0