2 months ago
Server Config
{
"mcpServers": {
"simbrief": {
"command": "uv",
"args": [
"run",
"--project",
"/absolute/path/to/SimBrief-MCPServer",
"python",
"/absolute/path/to/SimBrief-MCPServer/server.py"
],
"env": {
"SIMBRIEF_PILOT_ID": "your_pilot_id_here"
}
}
}
}